diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 19:32:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 19:32:09 +0000 |
commit | 618dce31e716f60ed9886861f61eeca422dee165 (patch) | |
tree | 089bc45eb46280a48ac3c55f4090197166f2e04d /www/p5-WWW-OpenSearch | |
parent | 7295a7f3d438b19332d9033f7d96dd5ab5dfcc1e (diff) | |
download | ports-618dce31e716f60ed9886861f61eeca422dee165.tar.gz ports-618dce31e716f60ed9886861f61eeca422dee165.zip |
Notes
Diffstat (limited to 'www/p5-WWW-OpenSearch')
-rw-r--r-- | www/p5-WWW-OpenSearch/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-WWW-OpenSearch/Makefile b/www/p5-WWW-OpenSearch/Makefile index d5831d6be027..36022df1bb4a 100644 --- a/www/p5-WWW-OpenSearch/Makefile +++ b/www/p5-WWW-OpenSearch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-OpenSearch -# Date created: 2006-07-10 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= WWW-OpenSearch PORTVERSION= 0.17 @@ -22,7 +18,8 @@ RUN_DEPENDS= p5-URI-Template>=0:${PORTSDIR}/net/p5-URI-Template \ p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::OpenSearch.3 \ WWW::OpenSearch::Agent.3 \ |