openbsd-ports/devel/py-psyco/Makefile
fgsch 97dfc4ca97 fixes some nasty bugs where psyco can delete a var too earlier; from the
cvs repo; also uses WRKDIST rather than WRKSRC and bump package ver.
2005-06-08 22:24:01 +00:00

30 lines
653 B
Makefile

# $OpenBSD: Makefile,v 1.3 2005/06/08 22:24:01 fgsch Exp $
COMMENT= "extension module to speed up the execution of Python code"
SHARED_ONLY= Yes
ONLY_FOR_ARCHS= i386
DISTNAME= psyco-1.4-src
PKGNAME= py-${DISTNAME:S/-src//}p0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psyco/}
HOMEPAGE= http://psyco.sourceforge.net/
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
WRKDIST= ${WRKDIR}/${DISTNAME:S/-src//}
do-regress: fake
@cd ${WRKSRC}/test && env PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \
${MODPY_BIN} ./basetests.py
.include <bsd.port.mk>