mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
2b4c2634e7
- Use distutils instead of easy_install to install
23 lines
460 B
Makefile
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>
|