diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 18:15:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 18:15:42 +0000 |
commit | 8f270685f0d6da1a2cd193674f1da894f59984f4 (patch) | |
tree | 2fc08e59fdffcd6106594d6a79d2fc441ab6754a /math/p5-Math-Random | |
parent | c14a363cb4cf2eba84dcacf29500c33e3d26a713 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-Random')
-rw-r--r-- | math/p5-Math-Random/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile index 95f38b023d80..a1a723d5dfd9 100644 --- a/math/p5-Math-Random/Makefile +++ b/math/p5-Math-Random/Makefile @@ -3,7 +3,7 @@ PORTNAME= Math-Random PORTVERSION= 0.71 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Random number generators -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= example.pl USE_PERL5= configure +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so + .include <bsd.port.mk> |