1998-05-04 03:50:45 +00:00
|
|
|
# New ports collection makefile for: p5-PGP-Sign
|
1998-12-07 17:33:33 +00:00
|
|
|
# Version required: 0.13
|
1998-08-24 00:43:56 +00:00
|
|
|
# Date created: January 2, 1998
|
|
|
|
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
|
1998-05-04 03:50:45 +00:00
|
|
|
#
|
1998-12-07 17:33:33 +00:00
|
|
|
# $Id: Makefile,v 1.4 1998/09/15 21:31:53 asami Exp $
|
1998-05-04 03:50:45 +00:00
|
|
|
#
|
|
|
|
|
1998-12-07 17:33:33 +00:00
|
|
|
DISTNAME= PGP-Sign-0.13
|
|
|
|
PKGNAME= p5-PGP-Sign-0.13
|
1998-05-04 03:50:45 +00:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= PGP
|
|
|
|
|
|
|
|
MAINTAINER= croyle@gelemna.ft-wayne.in.us
|
|
|
|
|
1998-12-07 17:33:33 +00:00
|
|
|
RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp
|
1998-05-04 03:50:45 +00:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
|
|
|
|
MAN3= PGP::Sign.3
|
1998-08-23 13:32:58 +00:00
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
1998-05-04 03:50:45 +00:00
|
|
|
|
1998-12-07 17:33:33 +00:00
|
|
|
# This module only works with version 2, so you need to set this
|
|
|
|
# variable on the command line if you have something else installed as
|
|
|
|
# pgp.
|
|
|
|
.ifndef PGP
|
|
|
|
PGP!= which pgp || echo ${PREFIX}/bin/pgp
|
|
|
|
.endif
|
|
|
|
|
1998-05-04 03:50:45 +00:00
|
|
|
do-configure:
|
1998-12-07 17:33:33 +00:00
|
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PGP=${PGP}
|
1998-05-04 03:50:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|