diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:49:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:49:58 +0000 |
commit | 4240fc6bea860b1d7a2de8626e6946349e4e947f (patch) | |
tree | 8ea8fc39fe52fc25bf45028eb5aadc0a7154082b /textproc/p5-XML-Atom-Ext-OpenSearch | |
parent | 434a1ea67a163b94a6b12ecde86cf69379c1043e (diff) | |
download | ports-4240fc6bea860b1d7a2de8626e6946349e4e947f.tar.gz ports-4240fc6bea860b1d7a2de8626e6946349e4e947f.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Atom-Ext-OpenSearch')
-rw-r--r-- | textproc/p5-XML-Atom-Ext-OpenSearch/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile b/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile index e602219a1aa1..dd4c4c622ac2 100644 --- a/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile +++ b/textproc/p5-XML-Atom-Ext-OpenSearch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-Atom-Ext-OpenSearch -# Date created: 27 Oct 2008 -# Whom: Denis Pokataev <catone@cpan.org> -# +# Created by: Denis Pokataev <catone@cpan.org> # $FreeBSD$ -# PORTNAME= XML-Atom-Ext-OpenSearch PORTVERSION= 0.03 @@ -17,7 +13,8 @@ COMMENT= XML::Atom extension for OpenSearch data BUILD_DEPENDS= p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Atom::Ext::OpenSearch.3 \ XML::Atom::Ext::OpenSearch::Query.3 |