19 lines
357 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:41:27 espie Exp $
COMMENT= cryptographically secure random number generator
MODULES= cpan
DISTNAME= Crypt-Random-1.25
REVISION= 2
CATEGORIES= security
2010-10-18 21:41:44 +00:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-20 17:22:40 +00:00
RUN_DEPENDS= devel/p5-Class-Loader \
math/p5-Math-Pari
.include <bsd.port.mk>