From 4f320235c8c49e859ca4eef371ad6ee0f1b6a999 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Sat, 12 May 2001 07:50:59 +0000 Subject: Update to 0.31. Arrange list of man pages alphabetically. Add new master site. Submitted by: ijliao, vanilla PR: 27155 --- security/p5-GnuPG-Interface/Makefile | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'security/p5-GnuPG-Interface/Makefile') diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index 6c9dc6813031..3349e898ce2f 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -6,29 +6,32 @@ # PORTNAME= GnuPG-Interface -PORTVERSION= 0.11 +PORTVERSION= 0.31 CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= GnuPG +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= GnuPG gnupg-interface PKGNAMEPREFIX= p5- MAINTAINER= trevor@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker + ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= GnuPG::Handles.3 \ - GnuPG::SecretKey.3 \ +MAN3= GnuPG::Fingerprint.3 \ + GnuPG::Handles.3 \ GnuPG::Interface.3 \ + GnuPG::Key.3 \ + GnuPG::Options.3 \ + GnuPG::PrimaryKey.3 \ + GnuPG::PublicKey.3 \ + GnuPG::SecretKey.3 \ GnuPG::Signature.3 \ GnuPG::SubKey.3 \ - GnuPG::Fingerprint.3 \ - GnuPG::PublicKey.3 \ - GnuPG::Key.3 \ - GnuPG::UserId.3 \ - GnuPG::Options.3 + GnuPG::UserId.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include -- cgit v1.2.3