From 48b26f9a5290ca0185e8e2384f81e431f7c40aee Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 27 Mar 2015 10:30:30 +0000 Subject: - Add LICENSE_FILE - Remove needless options.mk inclusion - Fix stripping --- math/p5-Math-TrulyRandom/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'math/p5-Math-TrulyRandom') diff --git a/math/p5-Math-TrulyRandom/Makefile b/math/p5-Math-TrulyRandom/Makefile index 7ba4d27f23a5..0e8ccb985048 100644 --- a/math/p5-Math-TrulyRandom/Makefile +++ b/math/p5-Math-TrulyRandom/Makefile @@ -3,7 +3,7 @@ PORTNAME= Math-TrulyRandom PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Perl interface to a truly random number generator function LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= perl5 USE_PERL5= configure @@ -20,12 +21,12 @@ OPTIONS_DEFINE= DOCS PORTDOCS= * -.include - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/truerand.c ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/truerand.h ${STAGEDIR}${DOCSDIR} + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so .include -- cgit v1.2.3