25 lines
531 B
Makefile
25 lines
531 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:41:27 espie Exp $
|
|
|
|
COMMENT= RSA public-key cryptosystem
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-RSA-1.99
|
|
REVISION= 0
|
|
CATEGORIES= security
|
|
USE_GROFF = Yes
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= converters/p5-Convert-ASCII-Armour \
|
|
devel/p5-Data-Buffer \
|
|
security/p5-Crypt-CBC \
|
|
security/p5-Crypt-Primes \
|
|
security/p5-Digest-MD2 \
|
|
security/p5-Digest-SHA1 \
|
|
security/p5-Tie-EncryptedHash \
|
|
textproc/p5-Sort-Versions
|
|
|
|
.include <bsd.port.mk>
|