diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-05 12:42:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-05 12:42:35 +0000 |
commit | e23eb664bdb1341ea32110be0541b9bce13dd8ae (patch) | |
tree | 54ed1303a65de0398ea9ce7fb66b13b08c291d42 /textproc | |
parent | 5b5433f13350628683625d21e855807a1bef8639 (diff) | |
download | pkgsrc-e23eb664bdb1341ea32110be0541b9bce13dd8ae.tar.gz |
Set module type correctly.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Microformat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-Microformat/Makefile b/textproc/p5-Text-Microformat/Makefile index f87f5eb2622..9e31724b21c 100644 --- a/textproc/p5-Text-Microformat/Makefile +++ b/textproc/p5-Text-Microformat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:32 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/07/05 12:42:35 joerg Exp $ DISTNAME= Text-Microformat-0.04 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/Microformat/.packlist +PERL5_MODULE_TYPE= Module::Build DEPENDS+= p5-Class-Accessor>=0.25:../../devel/p5-Class-Accessor DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable |