090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
36 lines
827 B
Makefile
36 lines
827 B
Makefile
# New ports collection makefile for: p5-GnuPG-Interface
|
|
# Date created: 2000-07-09
|
|
# Whom: Trevor Johnson
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= GnuPG-Interface
|
|
PORTVERSION= 0.36
|
|
PORTREVISION= 2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN SF
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Perl module for interfacing with GnuPG
|
|
|
|
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg \
|
|
p5-Class-MethodMaker>=1.00:${PORTSDIR}/devel/p5-Class-MethodMaker
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
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::UserId.3
|
|
|
|
.include <bsd.port.mk>
|