diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-07 17:33:33 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-07 17:33:33 +0000 |
commit | f99e07eae6281bac52b5680af8a53a8a3521efa0 (patch) | |
tree | 9514a942b917922f31a04ef2a069f6adb0fc3213 | |
parent | 42c6afbcc376fa15c97f0fc7fcfd0a46568b878c (diff) | |
download | ports-f99e07eae6281bac52b5680af8a53a8a3521efa0.tar.gz ports-f99e07eae6281bac52b5680af8a53a8a3521efa0.zip |
Notes
-rw-r--r-- | security/p5-PGP-Sign/Makefile | 19 | ||||
-rw-r--r-- | security/p5-PGP-Sign/distinfo | 2 |
2 files changed, 14 insertions, 7 deletions
diff --git a/security/p5-PGP-Sign/Makefile b/security/p5-PGP-Sign/Makefile index 78a1f885a7e7..4769184a7d29 100644 --- a/security/p5-PGP-Sign/Makefile +++ b/security/p5-PGP-Sign/Makefile @@ -1,27 +1,34 @@ # New ports collection makefile for: p5-PGP-Sign -# Version required: 0.09 +# Version required: 0.13 # Date created: January 2, 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id: Makefile,v 1.3 1998/08/24 00:43:52 steve Exp $ +# $Id: Makefile,v 1.4 1998/09/15 21:31:53 asami Exp $ # -DISTNAME= PGP-Sign-0.09 -PKGNAME= p5-PGP-Sign-0.09 +DISTNAME= PGP-Sign-0.13 +PKGNAME= p5-PGP-Sign-0.13 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 +RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp USE_PERL5= yes MAN3= PGP::Sign.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +# 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 + do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PGP=${PGP} .include <bsd.port.mk> diff --git a/security/p5-PGP-Sign/distinfo b/security/p5-PGP-Sign/distinfo index 5ce64f00de98..fc92e5e2ff9f 100644 --- a/security/p5-PGP-Sign/distinfo +++ b/security/p5-PGP-Sign/distinfo @@ -1 +1 @@ -MD5 (PGP-Sign-0.09.tar.gz) = cde30e2a7092992a252e224394c8ce5e +MD5 (PGP-Sign-0.13.tar.gz) = 7c8c62b2916122989e748020cd566c12 |