mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
b97f51cb3b
PR: ports/89043 Submitted by: lioux Approved by: maintainer timeout (2 weeks)
33 lines
714 B
Makefile
33 lines
714 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.5
|
|
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}
|
|
|
|
post-install:
|
|
# permission safeness
|
|
@${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/
|
|
@${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/
|
|
|
|
.include <bsd.port.mk>
|