diff options
Diffstat (limited to 'security/p5-Crypt-GPG')
-rw-r--r-- | security/p5-Crypt-GPG/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-GPG/Makefile b/security/p5-Crypt-GPG/Makefile index 407c1b427619..dd2ca36ebc86 100644 --- a/security/p5-Crypt-GPG/Makefile +++ b/security/p5-Crypt-GPG/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-GPG -# Date created: 17 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-GPG @@ -16,7 +14,8 @@ COMMENT= Perl extension for GnuPG RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-TimeDate>=1.20:${PORTSDIR}/devel/p5-TimeDate -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::GPG.3 |