2007-09-15 23:29:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2007/09/15 23:29:59 merdely Exp $
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= provable prime number generator
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2007-01-15 17:40:09 +00:00
|
|
|
MODULES= cpan
|
2005-02-23 20:08:48 +00:00
|
|
|
DISTNAME= Crypt-Primes-0.50
|
2007-01-15 17:40:09 +00:00
|
|
|
CATEGORIES= security
|
2005-02-23 20:08:48 +00:00
|
|
|
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
|
|
|
|
# GPL/Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ::security/p5-Crypt-Random
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|