blob: 3a141f307b9f466d4364d2ac4de832adcf55c0c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= instant
PORTVERSION= ${MMVERSION}.0
CATEGORIES= devel python
MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bacon4000@gmail.com
COMMENT= Python module for instant inlining of C and C++ code in Python
LICENSE= LGPL3
RUN_DEPENDS= swig2.0:devel/swig20
USES= python:2
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= instant
MMVERSION= 1.2
post-patch:
@${REINPLACE_CMD} -e \
's|\[(join("share", "man", "man1"),|\[(join("man", "man1"),|' \
${WRKSRC}/setup.py
.include <bsd.port.mk>
|