- Remove dependency on libapreq, it's not needed for HTML-Mason
Approved by: Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
This commit is contained in:
parent
c4de9c5a3b
commit
ff51552992
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111585
1 changed files with 1 additions and 5 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= HTML-Mason
|
||||
PORTVERSION= 1.26
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HTML
|
||||
|
@ -19,11 +20,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5
|
|||
${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
|
||||
${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \
|
||||
${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache
|
||||
|
||||
.if !defined(WITHOUT_MODPERL)
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue