diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 09:59:32 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 09:59:32 +0000 |
commit | b8c06517e36dc3e0a97e016e48e80ee36272e059 (patch) | |
tree | ce30896af187d255bbbdecd80a028739006bf7fd /security | |
parent | 49cd285a5070e7a9a5fef16c721a332adc53e882 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 3 | ||||
-rw-r--r-- | security/p5-MD5/Makefile | 3 | ||||
-rw-r--r-- | security/p5-PGP/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index c9075873d2ac..87e6f5df1108 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:33:53 jfitz Exp $ # DISTNAME= Crypt-DES-1.0 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Crypt/ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 03b51a3ec4cc..f15ee5209f89 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:35:46 jfitz Exp $ # DISTNAME= Crypt-IDEA-1.0 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Crypt/ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 80e504e1f967..968706737e2f 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:37:21 jfitz Exp $ # DISTNAME= MD5-1.7 @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/MD5/ \ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index d3aa0a416446..5da070d99691 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:38:35 jfitz Exp $ # DISTNAME= PGP-0.2alpha @@ -20,6 +20,7 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ pgp:${PORTSDIR}/security/pgp +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 NO_WRKSUBDIR= YES |