aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Solr
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 06:03:56 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 06:03:56 +0000
commita36b68f645d35088308afc9f4524f42d809e6f05 (patch)
tree42da9790dad9f952223e84038458c1f2f84752a4 /textproc/p5-Solr
parent409b54964348c8f36b19c76a5ac34d8bb9f5a726 (diff)
downloadports-a36b68f645d35088308afc9f4524f42d809e6f05.tar.gz
ports-a36b68f645d35088308afc9f4524f42d809e6f05.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326941
Diffstat (limited to 'textproc/p5-Solr')
-rw-r--r--textproc/p5-Solr/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Solr/Makefile b/textproc/p5-Solr/Makefile
index 2384e5b89f46..fb701779e69a 100644
--- a/textproc/p5-Solr/Makefile
+++ b/textproc/p5-Solr/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Solr
-# Date created: 2009-03-16
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Solr
PORTVERSION= 0.03
@@ -20,7 +16,8 @@ RUN_DEPENDS= p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \
p5-libwww>0:${PORTSDIR}/www/p5-libwww
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= Solr.3 Solr::HTTPUpdateHandler.3 Solr::Schema.3