freebsd-ports/devel/py-psyco/Makefile
Thierry Thomas 441e117ec9 Unbreak py-psyco: fix a problem with anonymous mmaps.
PR:		ports/69865
Submitted by:	myself
Approved by:	maintainer
Obtained from:	Armin Rigo (author)
2004-08-02 17:49:14 +00:00

27 lines
552 B
Makefile

# New ports collection makefile for: py-psyco
# Date created: 5 September 2002
# Whom: Alex Rodioukov <simuran@shaw.ca>
#
# $FreeBSD$
#
PORTNAME= psyco
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= psyco
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= simuran@shaw.ca
COMMENT= Python Specializing Compiler
ONLY_FOR_ARCHS= i386
USE_PYTHON= yes
USE_PYDISTUTILS=yes
WRKSRC= ${WRKDIR}/psyco-${PORTVERSION}
.include <bsd.port.mk>