diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
| commit | 0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch) | |
| tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /textproc/p5-XML-SimpleObject | |
| parent | Convert my ports to the new perl order (diff) | |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
Diffstat (limited to 'textproc/p5-XML-SimpleObject')
| -rw-r--r-- | textproc/p5-XML-SimpleObject/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-SimpleObject/Makefile b/textproc/p5-XML-SimpleObject/Makefile index 29d54102d2b7..30ea0d691249 100644 --- a/textproc/p5-XML-SimpleObject/Makefile +++ b/textproc/p5-XML-SimpleObject/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-SimpleObject -# Date created: 14 November 2001 -# Whom: steve -# +# Created by: steve # $FreeBSD$ -# PORTNAME= XML-SimpleObject PORTVERSION= 0.53 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser WRKSRC?= ${WRKDIR}/${PORTNAME}${PORTVERSION} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure patch CONFIGURE_ARGS+= DIR='Enhanced' MAN3= XML::SimpleObject.3 |
