diff options
Diffstat (limited to 'www/p5-WWW-OpenSearch/Makefile')
-rw-r--r-- | www/p5-WWW-OpenSearch/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/www/p5-WWW-OpenSearch/Makefile b/www/p5-WWW-OpenSearch/Makefile index e593538a7958..aad2c8f0a73d 100644 --- a/www/p5-WWW-OpenSearch/Makefile +++ b/www/p5-WWW-OpenSearch/Makefile @@ -10,25 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Search A9 OpenSearch compatible engines -RUN_DEPENDS= p5-URI-Template>=0:${PORTSDIR}/net/p5-URI-Template \ +BUILD_DEPENDS= p5-URI-Template>=0:${PORTSDIR}/net/p5-URI-Template \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \ p5-XML-Feed>=0.08:${PORTSDIR}/textproc/p5-XML-Feed \ p5-libwww>=5.60:${PORTSDIR}/www/p5-libwww \ p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WWW::OpenSearch.3 \ - WWW::OpenSearch::Agent.3 \ - WWW::OpenSearch::Description.3 \ - WWW::OpenSearch::Image.3 \ - WWW::OpenSearch::Query.3 \ - WWW::OpenSearch::Response.3 \ - WWW::OpenSearch::Request.3 \ - WWW::OpenSearch::Url.3 - -NO_STAGE= yes .include <bsd.port.mk> |