diff options
author | swills <swills@FreeBSD.org> | 2012-04-12 22:53:59 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-12 22:53:59 +0800 |
commit | d6c706d73ed9381018afbff2888386822af53089 (patch) | |
tree | 1cb8f44b1b21af0bb3130f94208b3326e3c742ef /www/p5-HTTP-Router/Makefile | |
parent | 9ecc1e987ba238e2f9d840d5c71815402ec3839a (diff) | |
download | freebsd-ports-gnome-d6c706d73ed9381018afbff2888386822af53089.tar.gz freebsd-ports-gnome-d6c706d73ed9381018afbff2888386822af53089.tar.zst freebsd-ports-gnome-d6c706d73ed9381018afbff2888386822af53089.zip |
- Add missing (undocumented) DEPENDS
- Sort DEPENDS
- Bump PORTREVISION
PR: ports/166425
Approved by: maintainer timeout (kuriyama, >2 weeks)
Diffstat (limited to 'www/p5-HTTP-Router/Makefile')
-rw-r--r-- | www/p5-HTTP-Router/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/p5-HTTP-Router/Makefile b/www/p5-HTTP-Router/Makefile index 6acfa8d6e962..2080ae88e172 100644 --- a/www/p5-HTTP-Router/Makefile +++ b/www/p5-HTTP-Router/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTTP-Router PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +15,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of Yet Another Path Router for HTTP -RUN_DEPENDS= \ +BUILD_DEPENDS= \ p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Devel-Caller-Perl>0:${PORTSDIR}/devel/p5-Devel-Caller-Perl \ p5-Filter>0:${PORTSDIR}/devel/p5-Filter \ p5-Hash-AsObject>0:${PORTSDIR}/devel/p5-Hash-AsObject \ - p5-URI-Template-Restrict>=0.05:${PORTSDIR}/net/p5-URI-Template-Restrict \ p5-Lingua-EN-Inflect-Number>0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \ p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \ - p5-Text-SimpleTemplate>0:${PORTSDIR}/textproc/p5-Text-SimpleTemplate + p5-Text-SimpleTable>=0:${PORTSDIR}/textproc/p5-Text-SimpleTable \ + p5-Text-SimpleTemplate>0:${PORTSDIR}/textproc/p5-Text-SimpleTemplate \ + p5-URI-Template-Restrict>=0.05:${PORTSDIR}/net/p5-URI-Template-Restrict +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |