4eeec4d883
- Remove bash dependency - Make portlint happy PR: ports/162249 Submitted by: maintainer (Lung-Pin Chang)
20 lines
416 B
Makefile
20 lines
416 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.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= changlp@cs.nctu.edu.tw
|
|
COMMENT= Python Environment manager
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|