2011-04-16 07:52:45 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/04/16 11:52:45 jasper Exp $
|
2005-02-23 15:08:48 -05:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= Diffie-Hellman key exchange system
|
2005-02-23 15:08:48 -05:00
|
|
|
|
2005-12-12 14:30:58 -05:00
|
|
|
DISTNAME= Crypt-DH-0.06
|
2010-07-13 16:14:21 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
REVISION= 0
|
2005-02-23 15:08:48 -05:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
|
|
|
|
# GPL/Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-20 12:22:40 -05:00
|
|
|
RUN_DEPENDS= security/p5-Crypt-Random
|
2005-02-23 15:08:48 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=perl
|
2010-10-18 17:41:44 -04:00
|
|
|
USE_GROFF = Yes
|
2005-02-23 15:08:48 -05:00
|
|
|
|
2005-12-24 11:46:22 -05:00
|
|
|
# use a fast computer, tests will finish eventually
|
2007-09-15 19:29:57 -04:00
|
|
|
#NO_REGRESS= tests take ages to complete
|
2005-12-12 14:30:58 -05:00
|
|
|
|
|
|
|
pre-build:
|
|
|
|
@perl -pi -e "s/urandom/arandom/g" ${WRKSRC}/lib/Crypt/DH.pm
|
|
|
|
|
2005-02-23 15:08:48 -05:00
|
|
|
.include <bsd.port.mk>
|