diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 23:45:30 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 23:45:30 +0000 |
commit | 03174d91effd822a4d92b4f1faa0fa18199f72c5 (patch) | |
tree | 3247f76b005686db0773ea6e5de61f58c635c9a9 /devel/p5-File-pushd | |
parent | c5f8b8a8b92d151a181f4429ffd6f2f00c2232d6 (diff) | |
download | ports-03174d91effd822a4d92b4f1faa0fa18199f72c5.tar.gz ports-03174d91effd822a4d92b4f1faa0fa18199f72c5.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 15).
Approved by: portmgr (itetcu)
Notes
Notes:
svn path=/head/; revision=248780
Diffstat (limited to 'devel/p5-File-pushd')
-rw-r--r-- | devel/p5-File-pushd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-File-pushd/Makefile b/devel/p5-File-pushd/Makefile index 65aa4ea1dae3..eb234dc07674 100644 --- a/devel/p5-File-pushd/Makefile +++ b/devel/p5-File-pushd/Makefile @@ -7,6 +7,7 @@ PORTNAME= File-pushd PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= File::pushd - temporary chdir for a limited scope -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class +BUILD_DEPENDS= ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |