e5880871cb
Sponsored by: Absolight
26 lines
575 B
Makefile
26 lines
575 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Inline-Python
|
|
PORTVERSION= 0.50
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Write Perl Subroutines in Python
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Inline>=0.79:devel/p5-Inline
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5 python:2
|
|
CONFIGURE_ENV= INLINE_PYTHON_EXECUTABLE="${PYTHON_CMD}"
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Inline/Python/Python.so
|
|
|
|
.include <bsd.port.mk>
|