aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-MARC-Lint
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 07:40:59 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 07:40:59 +0000
commita86ce80411f5376ef08742005c5577ecaca6237e (patch)
treedb761ba3ec92ee6c12e57999369b5d53039d5b26 /textproc/p5-MARC-Lint
parente7c9448cda64a2955274d3005159c782d6fff06a (diff)
downloadports-a86ce80411f5376ef08742005c5577ecaca6237e.tar.gz
ports-a86ce80411f5376ef08742005c5577ecaca6237e.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326949
Diffstat (limited to 'textproc/p5-MARC-Lint')
-rw-r--r--textproc/p5-MARC-Lint/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-MARC-Lint/Makefile b/textproc/p5-MARC-Lint/Makefile
index 8d907a692071..e1e3a5514ad2 100644
--- a/textproc/p5-MARC-Lint/Makefile
+++ b/textproc/p5-MARC-Lint/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-MARC-Lint
-# Date created: 31 May 2007
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
-#
+# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= MARC-Lint
PORTVERSION= 1.46
@@ -23,6 +19,7 @@ MAN3= MARC::Lint.3 MARC::Lint::CodeData.3
WRKSRC= ${WRKDIR}/marc-lint
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>