mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
9e61e1314a
For the user, it behaves somewhat like an inline module, except you have to import the module manually. The code can be either C or C++, but like when programming C or C++, it has to be inside a function or a similar C/C++ construct. WWW: http://pyinstant.sourceforge.net/ PR: ports/107517 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
29 lines
672 B
Makefile
29 lines
672 B
Makefile
# 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
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= pyinstant
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Instant-${PORTVERSION}
|
|
|
|
MAINTAINER= lwhsu@lwhsu.org
|
|
COMMENT= Python module for instant inlining of C and C++ code in Python
|
|
|
|
RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
|
|
|
|
USE_PYTHON= 2.3+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/Instant.py \
|
|
%%PYTHON_SITELIBDIR%%/Instant.pyc \
|
|
%%PYTHON_SITELIBDIR%%/Instant.pyo
|
|
|
|
.include <bsd.port.mk>
|