cb41fc6623
Sponsored by: Absolight
22 lines
408 B
Makefile
22 lines
408 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Taint-Runtime
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Runtime enable/disable taint checking
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Taint/Runtime/Runtime.so
|
|
|
|
.include <bsd.port.mk>
|