diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-12 21:05:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-12 21:05:40 +0800 |
commit | 389f63a61c470a5bb8ff70c8378020d8545b32d5 (patch) | |
tree | 5c6989705c480f9c8a64c0c07dc48b72708762fc /www | |
parent | 10814ba4df138e105b727f71c45b052971601cd0 (diff) | |
download | freebsd-ports-gnome-389f63a61c470a5bb8ff70c8378020d8545b32d5.tar.gz freebsd-ports-gnome-389f63a61c470a5bb8ff70c8378020d8545b32d5.tar.zst freebsd-ports-gnome-389f63a61c470a5bb8ff70c8378020d8545b32d5.zip |
- Remove unnecessary BUILD_DEPENDS: ExtUtils::MakeMaker>=6.11 is already in all supported Perl releases
- USE_PERL5 will be added automatically if PERL_CONFIGURE is set
Submitted by: sunpoet (myself)
Approved by: Alex Bakhtin <alex.bakhtin@gmail.com> (maintainer, via email)
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile index e9e521ae7692..8594545503eb 100644 --- a/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile +++ b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile @@ -17,9 +17,7 @@ COMMENT= Helps you paginate, search, sort, and more easily using DBIx::Class RUN_DEPENDS= p5-Catalyst-Model-DBIC-Schema>=0.29:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \ p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-DBIx-Class>=0.08108:${PORTSDIR}/databases/p5-DBIx-Class -BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.11:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -USE_PERL5= 5.8.1+ PERL_CONFIGURE= yes MAN3= Catalyst::TraitFor::Controller::DBIC::DoesPaging.3 |