mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
31 lines
655 B
Makefile
31 lines
655 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.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Python Specializing Compiler
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
USE_PYTHON= 2.5-2.6
|
|
USE_PYDISTUTILS=yes
|
|
|
|
WRKSRC= ${WRKDIR}/psyco-${PORTVERSION}
|
|
|
|
post-install:
|
|
# permission safeness
|
|
@${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/
|
|
@${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/
|
|
|
|
.include <bsd.port.mk>
|