Index: head/math/p5-Math-Random/Makefile =================================================================== --- head/math/p5-Math-Random/Makefile (revision 387760) +++ head/math/p5-Math-Random/Makefile (revision 387761) @@ -1,17 +1,23 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= Math-Random PORTVERSION= 0.71 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN 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