openbsd-ports/security/p5-Crypt-RSA/Makefile
sturm c787e3c87a update to Crypt-RSA 1.99
remove myself as maintainer, I don't use it anymore

from Stephan A. Rickauer
2009-09-05 14:31:55 +00:00

26 lines
596 B
Makefile

# $OpenBSD: Makefile,v 1.6 2009/09/05 14:31:55 sturm Exp $
COMMENT= RSA public-key cryptosystem
MODULES= cpan
DISTNAME= Crypt-RSA-1.99
CATEGORIES= security
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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>