summaryrefslogtreecommitdiff
path: root/security/p5-GnuPG-Interface/Makefile
blob: 4dbe0363c60fa6b0ea987b8d6895a3dab9bfaa58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:   p5-GnuPG-Interface
# Date created:                                2000-07-09
# Whom:                                        Trevor Johnson <trevor@jpj.net>
#
# $FreeBSD$
#

PORTNAME=	GnuPG-Interface
PORTVERSION=    0.11
CATEGORIES=	security perl5
MASTER_SITES=	http://download.sourceforge.net/${PORTNAME}/ \
		ftp://download.sourceforge.net/pub/sourceforge/${PORTNAME}/ \
		ftp://ftp.kddlabs.co.jp/sourceforge/${PORTNAME}/ \
		${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	GnuPG
PKGNAMEPREFIX=	p5-

MAINTAINER=	trevor@FreeBSD.org

RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker

USE_PERL5=	yes

MAN3=	GnuPG::Handles.3 \
	GnuPG::SecretKey.3 \
	GnuPG::Interface.3 \
	GnuPG::Signature.3 \
	GnuPG::SubKey.3 \
	GnuPG::Fingerprint.3 \
	GnuPG::PublicKey.3 \
	GnuPG::Key.3 \
	GnuPG::UserId.3 \
	GnuPG::Options.3

MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}

do-configure:
	@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL

.include <bsd.port.mk>