summaryrefslogtreecommitdiff
path: root/devel/py-EnthoughtBase/Makefile
blob: 3d7ee38717cd859b2ce38ab09f27982fc2f14c20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>