blob: 495a345acb0c070e78c583efecbb6ed20d4b3b17 (
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
|
# New ports collection makefile for: p5-GPG
# Date created: 12 August 2001
# Whom: petef
#
# $FreeBSD$
#
PORTNAME= GPG
PORTVERSION= 0.06
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../../authors/id/M/MI/MILES
PKGNAMEPREFIX= p5-
MAINTAINER= petef@FreeBSD.org
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= GPG.3
post-patch:
@${PERL} -pi -e 's,/usr/local,${LOCALBASE},' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
|