diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 09:28:55 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 09:28:55 +0800 |
commit | 36284bbf196c0922f103a0d1a8a956202856567f (patch) | |
tree | b905033799aba547d8967be296fe83b1a65c6167 /www/p5-Reaction | |
parent | cdd8f0569bf3a1c68659794fe387ae6d9a8230f0 (diff) | |
download | freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.tar.gz freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.tar.zst freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 1).
Approved by: portmgr (itetcu)
Diffstat (limited to 'www/p5-Reaction')
-rw-r--r-- | www/p5-Reaction/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Reaction/Makefile b/www/p5-Reaction/Makefile index f9e5643f58ea..3cdd9934eead 100644 --- a/www/p5-Reaction/Makefile +++ b/www/p5-Reaction/Makefile @@ -7,7 +7,7 @@ PORTNAME= Reaction PORTVERSION= 0.001001 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -35,7 +35,6 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7002:${PORTSDIR}/www/p5-Catalyst-Runtime \ ${SITE_PERL}/DateTime/Event/Recurrence.pm:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence \ ${SITE_PERL}/DateTime/Format/MySQL.pm:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \ ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \ ${SITE_PERL}/Email/Send.pm:${PORTSDIR}/mail/p5-Email-Send \ ${SITE_PERL}/Email/MIME.pm:${PORTSDIR}/mail/p5-Email-MIME \ |