From 62755ed044663be06de7486960259393fafda59b Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 19 Apr 2011 17:16:22 +0000 Subject: [PATCH] switch to cpan module --- security/p5-Crypt-DH/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index 71b4c1c7ac3..77adde802d1 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -1,25 +1,21 @@ -# $OpenBSD: Makefile,v 1.9 2011/04/16 11:52:45 jasper Exp $ +# $OpenBSD: Makefile,v 1.10 2011/04/19 17:16:22 jasper Exp $ COMMENT= Diffie-Hellman key exchange system DISTNAME= Crypt-DH-0.06 -PKGNAME= p5-${DISTNAME} -REVISION= 0 -CATEGORIES= security perl5 +REVISION= 1 +CATEGORIES= security -# GPL/Artistic +# perl 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} RUN_DEPENDS= security/p5-Crypt-Random -CONFIGURE_STYLE=perl -USE_GROFF = Yes +MODULES= cpan # use a fast computer, tests will finish eventually #NO_REGRESS= tests take ages to complete