diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 16:56:12 +0000 | 
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 16:56:12 +0000 | 
| commit | 1bbdb444223f8a8be0952f1c6c706dd9cc8256b5 (patch) | |
| tree | eaf3f74266e11427c65ad4407882645073f1c78e /www/p5-webservice-validator-css-w3c | |
| parent | Add an explicit dependency on pkgconf (diff) | |
- convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
Diffstat (limited to 'www/p5-webservice-validator-css-w3c')
| -rw-r--r-- | www/p5-webservice-validator-css-w3c/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/www/p5-webservice-validator-css-w3c/Makefile b/www/p5-webservice-validator-css-w3c/Makefile index b2307b151a1e..80835e65e4d2 100644 --- a/www/p5-webservice-validator-css-w3c/Makefile +++ b/www/p5-webservice-validator-css-w3c/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \  		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor  RUN_DEPENDS:=	${BUILD_DEPENDS} -PERL_CONFIGURE=	yes +USES=		perl5 +USE_PERL5=	configure  MAN3=	WebService::Validator::CSS::W3C.3 | 
