df4e1203e4
ok jasper@ (final commit)
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/12/03 11:46:46 ajacoutot Exp $
|
|
|
|
COMMENT= provable prime number generator
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-Primes-0.50
|
|
REVISION= 1
|
|
CATEGORIES= security
|
|
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}
|
|
RUN_DEPENDS= security/p5-Crypt-Random
|
|
|
|
.include <bsd.port.mk>
|