0117d85163
PR: ports/154347 Submitted by: wen@FreeBSD.org (myself)
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# New ports collection makefile for: py-EnthoughtBase
|
|
# Date created: 2008-12-12
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= EnthoughtBase
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://enthought.com/repo/ets/ \
|
|
CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Core Packages for the Enthought Tool Suite
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|