blob: 3c69f8d692fd17bd8ad4d9b9cb222a3f83147f60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|