2010-12-03 11:46:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:46 ajacoutot Exp $
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= RSA public-key cryptosystem
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2007-01-15 17:40:09 +00:00
|
|
|
MODULES= cpan
|
2009-09-05 14:31:55 +00:00
|
|
|
DISTNAME= Crypt-RSA-1.99
|
2010-12-03 11:46:46 +00:00
|
|
|
REVISION= 0
|
2007-01-15 17:40:09 +00:00
|
|
|
CATEGORIES= security
|
2010-10-18 21:41:44 +00:00
|
|
|
USE_GROFF = Yes
|
2005-02-23 20:08:48 +00:00
|
|
|
|
|
|
|
# GPL/Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-20 17:22:40 +00:00
|
|
|
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
|
2005-02-23 20:08:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|