diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 22:42:58 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 22:42:58 +0000 |
commit | 636839875e803682b06785f93800de1c3598b4ae (patch) | |
tree | 12224190d4f2f550b213f0412f80e5f4cd6081cf /www/p5-Catalyst-Controller-FormBuilder | |
parent | 718ac2e04c825217eecd37064ab70e61729303fc (diff) |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 6).
Approved by: portmgr (itetcu)
Notes
Notes:
svn path=/head/; revision=248575
Diffstat (limited to 'www/p5-Catalyst-Controller-FormBuilder')
-rw-r--r-- | www/p5-Catalyst-Controller-FormBuilder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Controller-FormBuilder/Makefile b/www/p5-Catalyst-Controller-FormBuilder/Makefile index 84fbd4f4e8b8..268165bd4df4 100644 --- a/www/p5-Catalyst-Controller-FormBuilder/Makefile +++ b/www/p5-Catalyst-Controller-FormBuilder/Makefile @@ -7,6 +7,7 @@ PORTNAME= Catalyst-Controller-FormBuilder PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,7 +21,6 @@ BUILD_DEPENDS= p5-CGI-FormBuilder>=3.02:${PORTSDIR}/www/p5-CGI-FormBuilder \ p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash \ p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Class-Inspector>=1.13:${PORTSDIR}/devel/p5-Class-Inspector \ - p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Catalyst-View-TT>=0.23:${PORTSDIR}/www/p5-Catalyst-View-TT RUN_DEPENDS= ${BUILD_DEPENDS} |