diff options
Diffstat (limited to 'devel/p5-Include/Makefile')
-rw-r--r-- | devel/p5-Include/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Include/Makefile b/devel/p5-Include/Makefile index 33257c1248a0..4872f07c252e 100644 --- a/devel/p5-Include/Makefile +++ b/devel/p5-Include/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:08:20 jfitz Exp $ # DISTNAME= Include-1.02a @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Include 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 |