openbsd-ports/security/p5-Crypt-Random/Makefile

29 lines
686 B
Makefile
Raw Normal View History

2010-11-20 12:22:40 -05:00
# $OpenBSD: Makefile,v 1.8 2010/11/20 17:22:44 espie Exp $
COMMENT= cryptographically secure random number generator
MODULES= cpan
DISTNAME= Crypt-Random-1.25
2010-07-13 16:14:21 -04:00
REVISION= 0
CATEGORIES= security
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-20 12:22:40 -05:00
RUN_DEPENDS= devel/p5-Class-Loader \
math/p5-Math-Pari
post-configure:
@perl -pi -e "s,/dev/urandom,/dev/arandom,g;" \
-e "s,/dev/random,/dev/srandom,g;" \
${WRKSRC}/lib/Crypt/Random.pm \
${WRKSRC}/lib/Crypt/Random/Provider/devrandom.pm \
${WRKSRC}/lib/Crypt/Random/Provider/devurandom.pm
.include <bsd.port.mk>