2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:41:27 espie Exp $
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= cryptographically secure random number generator
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2007-01-15 17:40:09 +00:00
|
|
|
MODULES= cpan
|
2005-12-12 19:43:57 +00:00
|
|
|
DISTNAME= Crypt-Random-1.25
|
2011-07-07 17:18:11 +00:00
|
|
|
REVISION= 2
|
2007-01-15 17:40:09 +00:00
|
|
|
CATEGORIES= security
|
2010-10-18 21:41:44 +00:00
|
|
|
USE_GROFF = Yes
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2011-07-07 17:18:11 +00:00
|
|
|
# perl
|
2005-02-23 20:08:48 +00:00
|
|
|
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
|
2005-02-23 20:08:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|