diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 | 
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 | 
| commit | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch) | |
| tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /textproc/p5-XML-SimpleObject-LibXML | |
| parent | - Fix build with PYTHON_DEFAULT_VERSION of 3+. [1] (diff) | |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'textproc/p5-XML-SimpleObject-LibXML')
| -rw-r--r-- | textproc/p5-XML-SimpleObject-LibXML/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-SimpleObject-LibXML/Makefile b/textproc/p5-XML-SimpleObject-LibXML/Makefile index f9f0bffc50f6..c05e192aebf2 100644 --- a/textproc/p5-XML-SimpleObject-LibXML/Makefile +++ b/textproc/p5-XML-SimpleObject-LibXML/Makefile @@ -13,7 +13,8 @@ COMMENT=	Simple(r) object representation of an XML::LibXML DOM object  BUILD_DEPENDS=	p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \  		p5-XML-SimpleObject>=0:${PORTSDIR}/textproc/p5-XML-SimpleObject -PERL_CONFIGURE=	YES +USES=		perl5 +USE_PERL5=	configure  MAN3=		XML::SimpleObject::LibXML.3  | 
