diff options
Diffstat (limited to 'security/p5-Crypt-DH/Makefile')
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index 53e60fd79d93..e8cb8a72f33b 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-DH -# Date created: 2002/03/14 -# Whom: jesper -# +# Created by: jesper # $FreeBSD$ -# PORTNAME= Crypt-DH PORTVERSION= 0.07 @@ -17,7 +13,8 @@ COMMENT= Perl5 interface to a Diffie-Hellman key exchange system LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::DH.3 PLIST_FILES= %%SITE_PERL%%/Crypt/DH.pm \ |