diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 22:45:49 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 22:45:49 +0800 |
commit | cd3bd119df7bda0177bdea0f6c453d1a4f9d5990 (patch) | |
tree | 2008cda24d377a4d487347df1db9b79077a8824d /devel/p5-Cvs | |
parent | 6241c3af6d208beb3e754d0a9d3739940c881f71 (diff) | |
download | freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.tar.gz freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.tar.zst freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
Diffstat (limited to 'devel/p5-Cvs')
-rw-r--r-- | devel/p5-Cvs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Cvs/Makefile b/devel/p5-Cvs/Makefile index 3265c1d59f13..fc5f937c7524 100644 --- a/devel/p5-Cvs/Makefile +++ b/devel/p5-Cvs/Makefile @@ -7,6 +7,7 @@ PORTNAME= Cvs PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/R/RS/RSOLIV @@ -37,6 +38,5 @@ MAN3= Cvs.3 Cvs::Command::Base.3 Cvs::Command::Checkout.3 \ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty RUN_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS+= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .include <bsd.port.mk> |