diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-03-12 11:47:59 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2013-03-12 11:47:59 +0000 |
commit | a59bef0acf331511340657dbf1b6bce054c85b40 (patch) | |
tree | afb42140312e8738f793633e3128d6d3b7b18498 /textproc/p5-MARC-Lint/Makefile | |
parent | df552d901e6037f9debedb5623a483485b3405dc (diff) |
Notes
Diffstat (limited to 'textproc/p5-MARC-Lint/Makefile')
-rw-r--r-- | textproc/p5-MARC-Lint/Makefile | 4 |
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> |