aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-MARC-Lint/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2013-03-12 11:47:59 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2013-03-12 11:47:59 +0000
commita59bef0acf331511340657dbf1b6bce054c85b40 (patch)
treeafb42140312e8738f793633e3128d6d3b7b18498 /textproc/p5-MARC-Lint/Makefile
parentdf552d901e6037f9debedb5623a483485b3405dc (diff)
downloadports-a59bef0acf331511340657dbf1b6bce054c85b40.tar.gz
ports-a59bef0acf331511340657dbf1b6bce054c85b40.zip
Update to version 1.46.
Notes
Notes: svn path=/head/; revision=313971
Diffstat (limited to 'textproc/p5-MARC-Lint/Makefile')
-rw-r--r--textproc/p5-MARC-Lint/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-MARC-Lint/Makefile b/textproc/p5-MARC-Lint/Makefile
index b4800d9ba1b4..8d907a692071 100644
--- a/textproc/p5-MARC-Lint/Makefile
+++ b/textproc/p5-MARC-Lint/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= MARC-Lint
-PORTVERSION= 1.44
+PORTVERSION= 1.46
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -21,6 +21,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN1= marclint.1
MAN3= MARC::Lint.3 MARC::Lint::CodeData.3
+WRKSRC= ${WRKDIR}/marc-lint
+
PERL_CONFIGURE= yes
.include <bsd.port.mk>