diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:17:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:17:46 +0000 |
commit | ccbf063100dda497552c891ec2c6f2c3e2a7be28 (patch) | |
tree | 7b7cb14f7ebcc61a1cc4b02de0969d411923d421 /security/p5-Crypt-DES_PP | |
parent | 251f4ca6f14914170f3b0d23731bb82c39775a4a (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-DES_PP')
-rw-r--r-- | security/p5-Crypt-DES_PP/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-DES_PP/Makefile b/security/p5-Crypt-DES_PP/Makefile index a8fbdb52f2c3..40fc92783e36 100644 --- a/security/p5-Crypt-DES_PP/Makefile +++ b/security/p5-Crypt-DES_PP/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-DES_PP -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-DES_PP @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for DES encryption in pure Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::DES_PP.3 |