diff options
Diffstat (limited to 'devel/py-EnthoughtBase/Makefile')
-rw-r--r-- | devel/py-EnthoughtBase/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-EnthoughtBase/Makefile b/devel/py-EnthoughtBase/Makefile new file mode 100644 index 000000000000..c9a3512ad39b --- /dev/null +++ b/devel/py-EnthoughtBase/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: py-EnthoughtBase +# Date created: 2008-12-12 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= EnthoughtBase +PORTVERSION= 3.0.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wenheping@gmail.com +COMMENT= Core Packages for the Enthought Tool Suite + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include <bsd.port.mk> |