diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
commit | d49922431f45777450b6c0618913107655f7043a (patch) | |
tree | 17c47694fb6d2043b21fe96fc9d157f499aa6a35 /games/p5-Games-Bingo-Print | |
parent | 2189df97dd7c57e73204d6c402916a3859d1c392 (diff) | |
download | freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.tar.gz freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.tar.zst freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12).
Approved by: portmgr (itetcu)
Diffstat (limited to 'games/p5-Games-Bingo-Print')
-rw-r--r-- | games/p5-Games-Bingo-Print/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/p5-Games-Bingo-Print/Makefile b/games/p5-Games-Bingo-Print/Makefile index 3c07228e5ead..be5ea64a06bb 100644 --- a/games/p5-Games-Bingo-Print/Makefile +++ b/games/p5-Games-Bingo-Print/Makefile @@ -7,6 +7,7 @@ PORTNAME= Games-Bingo-Print PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,10 +17,7 @@ COMMENT= Games::Bingo::Print - PDF Generation Class BUILD_DEPENDS= ${SITE_PERL}/Games/Bingo.pm:${PORTSDIR}/games/p5-Games-Bingo \ ${SITE_PERL}/PDFLib.pm:${PORTSDIR}/print/p5-PDFLib \ - ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/TAP/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ ${SITE_PERL}/Test/Perl/Critic.pm:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage |