diff options
Diffstat (limited to 'math/py-probstat/Makefile')
-rw-r--r-- | math/py-probstat/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/math/py-probstat/Makefile b/math/py-probstat/Makefile new file mode 100644 index 0000000..f07b017 --- /dev/null +++ b/math/py-probstat/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# Ports collection makefile for: py-probstat +# Date created: Oct 12, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= probstat +PORTVERSION= 0.912 +CATEGORIES= math python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}_${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org + +PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> |