2011-04-19 17:16:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2011/04/19 17:16:22 jasper Exp $
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= Diffie-Hellman key exchange system
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2005-12-12 19:30:58 +00:00
|
|
|
DISTNAME= Crypt-DH-0.06
|
2011-04-19 17:16:22 +00:00
|
|
|
REVISION= 1
|
|
|
|
CATEGORIES= security
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2011-04-19 17:16:22 +00:00
|
|
|
# perl
|
2005-02-23 20:08:48 +00:00
|
|
|
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= security/p5-Crypt-Random
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2011-04-19 17:16:22 +00:00
|
|
|
MODULES= cpan
|
2005-02-23 20:08:48 +00:00
|
|
|
|
2005-12-24 16:46:22 +00:00
|
|
|
# use a fast computer, tests will finish eventually
|
2007-09-15 23:29:57 +00:00
|
|
|
#NO_REGRESS= tests take ages to complete
|
2005-12-12 19:30:58 +00:00
|
|
|
|
|
|
|
pre-build:
|
|
|
|
@perl -pi -e "s/urandom/arandom/g" ${WRKSRC}/lib/Crypt/DH.pm
|
|
|
|
|
2005-02-23 20:08:48 +00:00
|
|
|
.include <bsd.port.mk>
|