aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-27 23:49:23 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-27 23:49:23 +0800
commit1afa8af24faa3b3bbb0ee5d5ba062951bd8f6c86 (patch)
treeb47180db1e86cce87c66a3ce4cf2d1a79bf5908a
parent141343301ab5fd72909e3491053de8c21a8e2c58 (diff)
downloadfreebsd-ports-gnome-1afa8af24faa3b3bbb0ee5d5ba062951bd8f6c86.tar.gz
freebsd-ports-gnome-1afa8af24faa3b3bbb0ee5d5ba062951bd8f6c86.tar.zst
freebsd-ports-gnome-1afa8af24faa3b3bbb0ee5d5ba062951bd8f6c86.zip
- Add LICENSE
- Strip shared library - Sort PLIST - Bump PORTREVISION for package change
-rw-r--r--devel/p5-Taint-Runtime/Makefile8
-rw-r--r--devel/p5-Taint-Runtime/pkg-plist2
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/p5-Taint-Runtime/Makefile b/devel/p5-Taint-Runtime/Makefile
index 0083d8617feb..673c9f988cb9 100644
--- a/devel/p5-Taint-Runtime/Makefile
+++ b/devel/p5-Taint-Runtime/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Taint-Runtime
PORTVERSION= 0.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,7 +10,13 @@ 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>
diff --git a/devel/p5-Taint-Runtime/pkg-plist b/devel/p5-Taint-Runtime/pkg-plist
index 052144c52762..fa6dd020286b 100644
--- a/devel/p5-Taint-Runtime/pkg-plist
+++ b/devel/p5-Taint-Runtime/pkg-plist
@@ -1,4 +1,4 @@
-%%PERL5_MAN3%%/Taint::Runtime.3.gz
%%SITE_ARCH%%/Taint/Runtime.pm
%%SITE_ARCH%%/Taint/is_taint_bench.pl
%%SITE_ARCH%%/auto/Taint/Runtime/Runtime.so
+%%PERL5_MAN3%%/Taint::Runtime.3.gz