2002-09-11 09:12:41 +02:00
|
|
|
# New ports collection makefile for: py-psyco
|
|
|
|
# Date created: 5 September 2002
|
|
|
|
# Whom: Alex Rodioukov <simuran@shaw.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= psyco
|
2004-07-13 08:32:57 +02:00
|
|
|
PORTVERSION= 1.2
|
2004-08-02 19:49:14 +02:00
|
|
|
PORTREVISION= 1
|
2002-09-11 09:12:41 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= psyco
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
|
|
|
MAINTAINER= simuran@shaw.ca
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Python Specializing Compiler
|
2002-09-11 09:12:41 +02:00
|
|
|
|
2003-10-17 21:44:37 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2002-09-11 09:12:41 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/psyco-${PORTVERSION}
|
|
|
|
|
2003-10-16 06:15:48 +02:00
|
|
|
.include <bsd.port.mk>
|