9e0053e336
ok steven@
21 lines
429 B
Makefile
21 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/01/15 17:40:10 simon Exp $
|
|
|
|
COMMENT= "provable prime number generator"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-Primes-0.50
|
|
CATEGORIES= security
|
|
|
|
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>
|