Index: head/math/p5-Math-TrulyRandom/Makefile =================================================================== --- head/math/p5-Math-TrulyRandom/Makefile (revision 382392) +++ head/math/p5-Math-TrulyRandom/Makefile (revision 382393) @@ -1,31 +1,32 @@ # Created by: Anders Nordby # $FreeBSD$ PORTNAME= Math-TrulyRandom PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- 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 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