Index: head/security/p5-PGP-Sign/Makefile =================================================================== --- head/security/p5-PGP-Sign/Makefile (revision 19592) +++ head/security/p5-PGP-Sign/Makefile (revision 19593) @@ -1,66 +1,66 @@ # New ports collection makefile for: p5-PGP-Sign -# Version required: 0.14 +# Version required: 0.15 # Date created: January 2, 1998 # Whom: Don Croyle # -# $Id: Makefile,v 1.5 1998/12/07 17:33:32 billf Exp $ +# $Id: Makefile,v 1.6 1999/04/19 04:00:32 steve Exp $ # -DISTNAME= PGP-Sign-0.14 -PKGNAME= p5-PGP-Sign-0.14 +DISTNAME= PGP-Sign-0.15 +PKGNAME= p5-PGP-Sign-0.15 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGP MAINTAINER= croyle@gelemna.ft-wayne.in.us USE_PERL5= yes MAN3= PGP::Sign.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} # You can either define one of these on the command line or accept the # default (USE_PGP2). You can also predefine the values for PGP (or # PGPS and PGPV) and PGPSTYLE if you don't like what this makefile # would assign. # USE_PGP2 - use PGP 2.6.* or a reasonable facsimile thereof # USE_PGP5 - use PGP 5 or a work-alike # USE_GPG - use Gnu Privacy Guard .if !defined(USE_PGP5) && !defined(USE_GPG) USE_PGP2?= yes RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp .ifndef PGP PGP!= which pgp || ${ECHO} ${PREFIX}/bin/pgp .endif PGPSTYLE?= PGP2 .else .ifdef USE_PGP5 RUN_DEPENDS= pgps:${PORTSDIR}/security/pgp5 .ifndef PGPS PGPS!= which pgps || ${ECHO} ${PREFIX}/bin/pgps .endif .ifndef PGPV PGPV!= which pgpv || ${ECHO} ${PREFIX}/bin/pgpv .endif PGPSTYLE?= PGP5 .endif .ifdef USE_GPG RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg .ifndef PGP PGP!= which gpg || ${ECHO} ${PREFIX}/bin/gpg .endif PGPSTYLE?= GPG .endif .endif .ifdef PGP PGPS= ${PGP} PGPV= ${PGP} .endif CONFIG_ARGS= PGPS=${PGPS} PGPV=${PGPV} PGPSTYLE=${PGPSTYLE} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${CONFIG_ARGS} .include Property changes on: head/security/p5-PGP-Sign/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/p5-PGP-Sign/distinfo =================================================================== --- head/security/p5-PGP-Sign/distinfo (revision 19592) +++ head/security/p5-PGP-Sign/distinfo (revision 19593) @@ -1 +1 @@ -MD5 (PGP-Sign-0.14.tar.gz) = 68907baf0ff8fde87a4edabb973ba253 +MD5 (PGP-Sign-0.15.tar.gz) = 42e0d91b84483616a92e0304b6f0432d Property changes on: head/security/p5-PGP-Sign/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property