diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
commit | cd3cb6184d743f557750904f520cdc062e37b05e (patch) | |
tree | a0a6ea50f1979424b6292321aaea818b1b88aec4 /security/p5-GnuPG | |
parent | 72d58e2d789049f95cdbbdadf5aade5b8c7e0906 (diff) |
Notes
Diffstat (limited to 'security/p5-GnuPG')
-rw-r--r-- | security/p5-GnuPG/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-GnuPG/Makefile b/security/p5-GnuPG/Makefile index 4c1c1f77b9a3..422e0ec96815 100644 --- a/security/p5-GnuPG/Makefile +++ b/security/p5-GnuPG/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-GnuPG -# Date created: 2012-07-17 -# Whom: Marcello Coutinho -# +# Created by: Marcello Coutinho # $FreeBSD$ -# PORTNAME= GnuPG PORTVERSION= 0.19 @@ -16,7 +12,8 @@ COMMENT= Perl module for interfacing with GnuPG LICENSE= GPLv2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= GnuPG.3 \ GnuPG::Tie.3 |