# New ports collection makefile for:	pip
# Date created:		2009-01-19
# Whom:			Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD: ports/devel/py-pip/Makefile,v 1.3 2009/05/27 22:13:30 nivit Exp $
#

PORTNAME=	pip
PORTVERSION=	0.4
PORTREVISION=	0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP \
		LOCAL/nivit/${PORTNAME}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Pip installs (Python) packages. An easy_install replacement

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
