- Add LICENSE - Update pkg-plist PR: ports/168573 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# New ports collection makefile for: py-pythonbrew
|
|
# Date created: 2011-06-13
|
|
# Whom: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pythonbrew
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= changlp@cs.nctu.edu.tw
|
|
COMMENT= Python Environment manager
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|