1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/math/p5-Math-TrulyRandom/Makefile
Emanuel Haupt 43d9a59524 - Support staging
- Strip shared object
- Don't install license file into DOCSDIR but define LICENSE
2014-02-06 12:27:50 +00:00

31 lines
669 B
Makefile

# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-TrulyRandom
PORTVERSION= 1.0
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= anders@FreeBSD.org
COMMENT= Perl interface to a truly random number generator function
LICENSE= BSD3CLAUSE
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= DOCS
PORTDOCS= *
.include <bsd.port.options.mk>
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/truerand.c ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/truerand.h ${STAGEDIR}${DOCSDIR}
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/TrulyRandom/TrulyRandom.so
.include <bsd.port.mk>