2007-01-05 20:35:11 +01:00
|
|
|
# New ports collection makefile for: py-instant
|
|
|
|
# Date created: Jan. 04, 2007
|
|
|
|
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= instant
|
|
|
|
PORTVERSION= 0.9
|
2011-02-25 08:50:41 +01:00
|
|
|
PORTREVISION= 1
|
2007-01-05 20:35:11 +01:00
|
|
|
CATEGORIES= devel python
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/py${PORTNAME}/Instant-${PORTVERSION}/${PORTVERSION}
|
2007-01-05 20:35:11 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Instant-${PORTVERSION}
|
|
|
|
|
2007-04-04 10:49:31 +02:00
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
2007-01-05 20:35:11 +01:00
|
|
|
COMMENT= Python module for instant inlining of C and C++ code in Python
|
|
|
|
|
|
|
|
RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
|
|
|
|
|
2011-02-25 08:50:41 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2007-01-05 20:35:11 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= Instant
|
|
|
|
PYDISTUTILS_PKGVERSION= 0.8
|
2007-01-05 20:35:11 +01:00
|
|
|
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/Instant.py \
|
|
|
|
%%PYTHON_SITELIBDIR%%/Instant.pyc \
|
|
|
|
%%PYTHON_SITELIBDIR%%/Instant.pyo
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|