diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:03:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:03:56 +0000 |
commit | a36b68f645d35088308afc9f4524f42d809e6f05 (patch) | |
tree | 42da9790dad9f952223e84038458c1f2f84752a4 /textproc/p5-XML-Mini | |
parent | 409b54964348c8f36b19c76a5ac34d8bb9f5a726 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Mini')
-rw-r--r-- | textproc/p5-XML-Mini/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-Mini/Makefile b/textproc/p5-XML-Mini/Makefile index 92cfc0a18883..9ec688d68833 100644 --- a/textproc/p5-XML-Mini/Makefile +++ b/textproc/p5-XML-Mini/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-XML-Mini -# Date created: 12-JUL-2006 -# Whom: Vivek Khera <vivek@khera.org> -# +# Created by: Vivek Khera <vivek@khera.org> # $FreeBSD$ -# PORTNAME= XML-Mini PORTVERSION= 1.38 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= Perl implementation of the XML::Mini XML create/parse interface -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Mini.3 XML::Mini::Document.3 XML::Mini::Element.3 \ XML::Mini::Element::CData.3 XML::Mini::Element::Comment.3 \ |