- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Add TEST_DEPENDS to enable testing
This commit is contained in:
parent
62ff319736
commit
14ae1b26cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288988
1 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= HTTP-Response-Encoding
|
PORTNAME= HTTP-Response-Encoding
|
||||||
PORTVERSION= 0.06
|
PORTVERSION= 0.06
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www perl5
|
CATEGORIES= www perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= HTTP
|
MASTER_SITE_SUBDIR= HTTP
|
||||||
|
@ -15,7 +16,11 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Adds encoding() to HTTP::Response
|
COMMENT= Adds encoding() to HTTP::Response
|
||||||
|
|
||||||
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||||
|
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
||||||
|
p5-Encode>=2.0:${PORTSDIR}/converters/p5-Encode
|
||||||
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue