mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
25 lines
516 B
Makefile
25 lines
516 B
Makefile
# New ports collection makefile for: py-psyco
|
|
# Date created: 5 September 2002
|
|
# Whom: Alex Rodioukov <simuran@shaw.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= psyco
|
|
PORTVERSION= 0.4.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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
WRKSRC= ${WRKDIR}/psyco-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|