summaryrefslogtreecommitdiff
path: root/security/p5-PGP-Sign/Makefile
blob: d60fc597188caf3eba8455735861caadddc91a0c (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
# New ports collection makefile for: p5-PGP-Sign
# Version required:	0.09
# Date created:		January 2, 1998
# Whom:			Don Croyle <croyle@gelemna.ft-wayne.in.us>
#
# $Id: Makefile,v 1.2 1998/08/23 13:32:58 jseger Exp $
#

DISTNAME=	PGP-Sign-0.09
PKGNAME=	p5-PGP-Sign-0.09
CATEGORIES=	security perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	PGP

MAINTAINER=	croyle@gelemna.ft-wayne.in.us

RUN_DEPENDS=	${PREFIX}/bin/pgp:${PORTSDIR}/security/pgp

USE_PERL5=	yes

MAN3=		PGP::Sign.3
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}

do-configure:
	@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL

.include <bsd.port.mk>