mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
a36b68f645
commit
0faac6c323
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326942
19 changed files with 50 additions and 94 deletions
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: aft
|
# Created by: Alan Eldridge <alane@FreeBSD.org>
|
||||||
# Date created: 2002/03/28
|
|
||||||
# Whom: Alan Eldridge <alane@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= aft
|
PORTNAME= aft
|
||||||
PORTVERSION= 5.098
|
PORTVERSION= 5.098
|
||||||
|
@ -14,7 +10,7 @@ MASTER_SITES= http://www.maplefish.com/todd/
|
||||||
MAINTAINER= culot@FreeBSD.org
|
MAINTAINER= culot@FreeBSD.org
|
||||||
COMMENT= A document preparation system using an Almost Free Text input format
|
COMMENT= A document preparation system using an Almost Free Text input format
|
||||||
|
|
||||||
USE_PERL5= yes
|
USES= perl5
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-HTML-FormatText-WithLinks
|
# Created by: loader <loader@freebsdmall.com>
|
||||||
# Date created: 2007-08-10
|
|
||||||
# Whom: loader <loader@freebsdmall.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= HTML-FormatText-WithLinks
|
PORTNAME= HTML-FormatText-WithLinks
|
||||||
PORTVERSION= 0.14
|
PORTVERSION= 0.14
|
||||||
|
@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \
|
||||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
MAN3= HTML::FormatText::WithLinks.3
|
MAN3= HTML::FormatText::WithLinks.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-Parse-BooleanLogic
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||||
# Date created: 2009-11-23
|
|
||||||
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Parse-BooleanLogic
|
PORTNAME= Parse-BooleanLogic
|
||||||
PORTVERSION= 0.09
|
PORTVERSION= 0.09
|
||||||
|
@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Regexp-Common>=2.122:${PORTSDIR}/textproc/p5-Regexp-Common \
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Parse::BooleanLogic.3
|
MAN3= Parse::BooleanLogic.3
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,8 @@ COMMENT= Parse phone numbers
|
||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
PERL_MODBUILD= yes
|
USES= perl5
|
||||||
|
USE_PERL5= modbuild
|
||||||
|
|
||||||
MAN3= Parse::PhoneNumber.3
|
MAN3= Parse::PhoneNumber.3
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-SGML-Parser-OpenSP
|
# Created by: Naram Qashat <cyberbotx@cyberbotx.com>
|
||||||
# Date created: 27 August 2007
|
|
||||||
# Whom: Naram Qashat <cyberbotx@cyberbotx.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= SGML-Parser-OpenSP
|
PORTNAME= SGML-Parser-OpenSP
|
||||||
PORTVERSION= 0.994
|
PORTVERSION= 0.994
|
||||||
|
@ -21,7 +17,8 @@ BUILD_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
USE_DOS2UNIX= yes
|
USE_DOS2UNIX= yes
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
CC= ${CXX}
|
CC= ${CXX}
|
||||||
CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include"
|
CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include"
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,8 @@ COMMENT= Pure Perl implementation of 'HikiDoc'
|
||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
PERL_MODBUILD= yes
|
USES= perl5
|
||||||
|
USE_PERL5= modbuild
|
||||||
|
|
||||||
MAN3= Text::HikiDoc::Plugin.3 Text::HikiDoc.3
|
MAN3= Text::HikiDoc::Plugin.3 Text::HikiDoc.3
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,8 @@ RUN_DEPENDS= \
|
||||||
p5-Class-MixinFactory>=0.9:${PORTSDIR}/devel/p5-Class-MixinFactory
|
p5-Class-MixinFactory>=0.9:${PORTSDIR}/devel/p5-Class-MixinFactory
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Text::MicroMason.3 \
|
MAN3= Text::MicroMason.3 \
|
||||||
Text::MicroMason::AllowGlobals.3 \
|
Text::MicroMason::AllowGlobals.3 \
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# New ports collection makefile for: Text::Patch
|
|
||||||
# Date created: 20 Dec 2009
|
|
||||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Text-Patch
|
PORTNAME= Text-Patch
|
||||||
PORTVERSION= 1.8
|
PORTVERSION= 1.8
|
||||||
|
@ -17,7 +12,8 @@ COMMENT= Perl extension to patch text with given patch
|
||||||
RUN_DEPENDS= p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff
|
RUN_DEPENDS= p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff
|
||||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Text::Patch.3
|
MAN3= Text::Patch.3
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-Text-SpellChecker-GUI
|
# Created by: Zane C, Bowers <vvelox@vvelox.net>
|
||||||
# Date created: 2009-09-27
|
|
||||||
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Text-SpellChecker-GUI
|
PORTNAME= Text-SpellChecker-GUI
|
||||||
PORTVERSION= 0.0.2
|
PORTVERSION= 0.0.2
|
||||||
|
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \
|
||||||
p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
|
p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
|
||||||
p5-Text-SpellChecker>=0:${PORTSDIR}/textproc/p5-Text-SpellChecker
|
p5-Text-SpellChecker>=0:${PORTSDIR}/textproc/p5-Text-SpellChecker
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Text::SpellChecker::GUI.3 \
|
MAN3= Text::SpellChecker::GUI.3 \
|
||||||
Text::SpellChecker::GUI::Curses.3
|
Text::SpellChecker::GUI::Curses.3
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-Text-Tags
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||||
# Date created: 2006-07-10
|
|
||||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Text-Tags
|
PORTNAME= Text-Tags
|
||||||
PORTVERSION= 0.04
|
PORTVERSION= 0.04
|
||||||
|
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= gslin@gslin.org
|
MAINTAINER= gslin@gslin.org
|
||||||
COMMENT= Parses folksonomy space-separated tags
|
COMMENT= Parses folksonomy space-separated tags
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Text::Tags.3 Text::Tags::Parser.3
|
MAN3= Text::Tags.3 Text::Tags::Parser.3
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: Wiki::Creole
|
# Created by: Matthew Fuller <fullermd@over-yonder.net>
|
||||||
# Date created: 28 Sep 2008
|
|
||||||
# Whom: Matthew Fuller <fullermd@over-yonder.net>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Text-WikiCreole
|
PORTNAME= Text-WikiCreole
|
||||||
PORTVERSION= 0.07
|
PORTVERSION= 0.07
|
||||||
|
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= fullermd@over-yonder.net
|
MAINTAINER= fullermd@over-yonder.net
|
||||||
COMMENT= Implementation of the Wiki Creole markup language
|
COMMENT= Implementation of the Wiki Creole markup language
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Text::WikiCreole.3
|
MAN3= Text::WikiCreole.3
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,8 @@ LICENSE_COMB= dual
|
||||||
BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI
|
BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_MODBUILD= yes
|
USES= perl5
|
||||||
|
USE_PERL5= modbuild
|
||||||
|
|
||||||
MAN3= Text::WikiFormat.3 \
|
MAN3= Text::WikiFormat.3 \
|
||||||
Text::WikiFormat::Blocks.3
|
Text::WikiFormat::Blocks.3
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-WWW-Wordnik-API
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||||
# Date created: 2011-03-12
|
|
||||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= WWW-Wordnik-API
|
PORTNAME= WWW-Wordnik-API
|
||||||
PORTVERSION= 0.0.5
|
PORTVERSION= 0.0.5
|
||||||
|
@ -20,7 +16,8 @@ COMMENT= Wordnik API implementation
|
||||||
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||||
TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON
|
TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON
|
||||||
|
|
||||||
PERL_CONFIGURE= YES
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= WWW::Wordnik::API.3
|
MAN3= WWW::Wordnik::API.3
|
||||||
PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Wordnik/API/.packlist \
|
PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Wordnik/API/.packlist \
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: XML-DOMHandler
|
# Created by: Stefan Pauly <stefan@fh-mainz.de>
|
||||||
# Date created: 4 August 2009
|
|
||||||
# Whom: Stefan Pauly <stefan@fh-mainz.de>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= XML-DOMHandler
|
PORTNAME= XML-DOMHandler
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
|
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= stefan@fh-mainz.de
|
MAINTAINER= stefan@fh-mainz.de
|
||||||
COMMENT= A call-back interface to DOM
|
COMMENT= A call-back interface to DOM
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= XML::DOMHandler.3
|
MAN3= XML::DOMHandler.3
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-XML-Filter-DOMFilter-LibXML
|
# Created by: Andrew Humphrey <ahumphrey@realestate.com.au>
|
||||||
# Date created: 24 October 2005
|
|
||||||
# Whom: Andrew Humphrey <ahumphrey@realestate.com.au>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= XML-Filter-DOMFilter-LibXML
|
PORTNAME= XML-Filter-DOMFilter-LibXML
|
||||||
PORTVERSION= 0.02
|
PORTVERSION= 0.02
|
||||||
|
@ -17,7 +13,8 @@ COMMENT= Perl SAX Filter allowing DOM processing of selected subtrees
|
||||||
BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
|
BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= XML::Filter::DOMFilter::LibXML.3
|
MAN3= XML::Filter::DOMFilter::LibXML.3
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# New ports collection makefile for: XML::OPML::LibXML
|
|
||||||
# Date created: 21 Jan 2009
|
|
||||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= XML-OPML-LibXML
|
PORTNAME= XML-OPML-LibXML
|
||||||
PORTVERSION= 0.04
|
PORTVERSION= 0.04
|
||||||
|
@ -17,7 +12,8 @@ COMMENT= Perl extension to parse OPML document with LibXML parser
|
||||||
|
|
||||||
RUN_DEPENDS= p5-XML-LibXML>1.60:${PORTSDIR}/textproc/p5-XML-LibXML
|
RUN_DEPENDS= p5-XML-LibXML>1.60:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= XML::OPML::LibXML.3
|
MAN3= XML::OPML::LibXML.3
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# Ports collection makefile for: XML::Parser::Lite::Tree
|
# Created by: ijliao
|
||||||
# Date created: Apr 27, 2005
|
|
||||||
# Whom: ijliao
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= XML-Parser-Lite-Tree
|
PORTNAME= XML-Parser-Lite-Tree
|
||||||
PORTVERSION= 0.14
|
PORTVERSION= 0.14
|
||||||
|
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= dhn@FreeBSD.org
|
MAINTAINER= dhn@FreeBSD.org
|
||||||
COMMENT= Lightweight XML tree builder
|
COMMENT= Lightweight XML tree builder
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= XML::Parser::Lite::Tree.3 XML::Parser::LiteCopy.3
|
MAN3= XML::Parser::Lite::Tree.3 XML::Parser::LiteCopy.3
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-XML-Rewrite
|
# Created by: Patrick Powell <papowell@astart.com>
|
||||||
# Date created: 2010-11-23
|
|
||||||
# Whom: Patrick Powell <papowell@astart.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= XML-Rewrite
|
PORTNAME= XML-Rewrite
|
||||||
PORTVERSION= 0.10
|
PORTVERSION= 0.10
|
||||||
|
@ -20,7 +16,8 @@ RUN_DEPENDS= p5-Log-Report>=0.21:${PORTSDIR}/devel/p5-Log-Report \
|
||||||
p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
|
p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= xmlrewrite.1
|
MAN1= xmlrewrite.1
|
||||||
MAN3= XML::Rewrite.3 \
|
MAN3= XML::Rewrite.3 \
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: XML::XUpdate::LibXML
|
# Created by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
||||||
# Date created: 15 July 2002
|
|
||||||
# Whom: Lev Serebryakov <lev@serebryakov.spb.ru>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= XML-XUpdate-LibXML
|
PORTNAME= XML-XUpdate-LibXML
|
||||||
PORTVERSION= 0.6.0
|
PORTVERSION= 0.6.0
|
||||||
|
@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||||
p5-XML-LibXML-Iterator>=0:${PORTSDIR}/textproc/p5-XML-LibXML-Iterator
|
p5-XML-LibXML-Iterator>=0:${PORTSDIR}/textproc/p5-XML-LibXML-Iterator
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= xupdate.1
|
MAN1= xupdate.1
|
||||||
MAN3= XML::Normalize::LibXML.3 XML::XUpdate::LibXML.3
|
MAN3= XML::Normalize::LibXML.3 XML::XUpdate::LibXML.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue