openbsd-ports/security/p5-Crypt-RSA/Makefile
simon 4a648a825a update to version 1.58
ok sturm@ (maintainer)
2007-11-19 20:30:06 +00:00

28 lines
643 B
Makefile

# $OpenBSD: Makefile,v 1.5 2007/11/19 20:30:06 simon Exp $
COMMENT= RSA public-key cryptosystem
MODULES= cpan
DISTNAME= Crypt-RSA-1.58
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= ::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>