diff options
Diffstat (limited to 'devel/py-psyco/Makefile')
-rw-r--r-- | devel/py-psyco/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/py-psyco/Makefile b/devel/py-psyco/Makefile new file mode 100644 index 000000000000..74209f333e7e --- /dev/null +++ b/devel/py-psyco/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: py-psyco +# Date created: 5 September 2002 +# Whom: Alex Rodioukov <simuran@shaw.ca> +# +# $FreeBSD$ +# + +PORTNAME= psyco +PORTVERSION= 0.4.1 +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= psyco +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= simuran@shaw.ca + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +WRKSRC= ${WRKDIR}/psyco-${PORTVERSION} + +.include <bsd.port.mk> |