mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
89e07f4a18
Approved by: portmgr (implicit)
29 lines
651 B
Makefile
29 lines
651 B
Makefile
# 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= jwbacon@tds.net
|
|
COMMENT= Python module for instant inlining of C and C++ code in Python
|
|
|
|
LICENSE= LGPL3
|
|
|
|
RUN_DEPENDS= swig2.0:${PORTSDIR}/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>
|