mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
cb333cf1ec
- Do not silence installation message - Update dependent ports: - Fix build with swig 4.0.1 - Update *_DEPENDS - Remove BINARY_ALIAS Changes: http://www.swig.org/news.php PR: 246613 Exp-run by: antoine
33 lines
727 B
Makefile
33 lines
727 B
Makefile
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= instant
|
|
PORTVERSION= ${MMVERSION}.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Python module for instant inlining of C and C++ code in Python
|
|
|
|
LICENSE= LGPL3
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-08-15
|
|
|
|
RUN_DEPENDS= swig:devel/swig
|
|
|
|
USES= python:2.7
|
|
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>
|