diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:40:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 07:40:59 +0000 |
commit | a86ce80411f5376ef08742005c5577ecaca6237e (patch) | |
tree | db761ba3ec92ee6c12e57999369b5d53039d5b26 /textproc/p5-Kwalify | |
parent | e7c9448cda64a2955274d3005159c782d6fff06a (diff) |
Notes
Diffstat (limited to 'textproc/p5-Kwalify')
-rw-r--r-- | textproc/p5-Kwalify/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Kwalify/Makefile b/textproc/p5-Kwalify/Makefile index 4c0f16fa0c2a..8f2f0af75ec5 100644 --- a/textproc/p5-Kwalify/Makefile +++ b/textproc/p5-Kwalify/Makefile @@ -14,6 +14,7 @@ COMMENT= Implementation of Kwalify parser, validator and data binding tool MAN1= pkwalify.1 MAN3= Kwalify.3 Schema::Kwalify.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |