1996-10-24 10:38:37 +02:00
|
|
|
# New ports collection makefile for: p5-PGP
|
|
|
|
# Date created: October 21st 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 10:38:37 +02:00
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= PGP
|
2000-04-21 10:19:33 +02:00
|
|
|
PORTVERSION= 0.3a
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= security perl5
|
1997-09-18 04:47:42 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
1996-11-17 08:58:10 +01:00
|
|
|
MASTER_SITE_SUBDIR= PGP
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 10:38:37 +02:00
|
|
|
|
2000-10-23 23:03:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Perl5 module to work with PGP messages
|
1996-10-24 10:38:37 +02:00
|
|
|
|
2000-04-21 10:19:33 +02:00
|
|
|
BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp
|
1997-06-24 20:43:34 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1996-10-24 10:38:37 +02:00
|
|
|
|
1997-09-14 04:55:26 +02:00
|
|
|
MAN3= PGP::Pipe.3
|
1996-10-24 10:38:37 +02:00
|
|
|
|
1997-09-14 04:55:26 +02:00
|
|
|
pre-configure:
|
|
|
|
@${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC}
|
|
|
|
|
1996-10-24 10:38:37 +02:00
|
|
|
.include <bsd.port.mk>
|