1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/py-pip/Makefile
Nicola Vitale 2b4c2634e7 - Update to 0.3.1
- Use distutils instead of easy_install to install
2009-01-29 21:10:30 +00:00

23 lines
460 B
Makefile

# New ports collection makefile for: pip
# Date created: 2009-01-19
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pip
PORTVERSION= 0.3.1
#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>