- Add missing (undocumented) DEPENDS
- Sort DEPENDS - Bump PORTREVISION PR: ports/166425 Approved by: maintainer timeout (kuriyama, >2 weeks)
This commit is contained in:
parent
d83bdd571b
commit
002be1bcd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294735
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue