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 | 6abe50d66506341c08e04a35345b3a43b2302c0b (patch) | |
tree | 54ed1303a65de0398ea9ce7fb66b13b08c291d42 /textproc/p5-Text-Microformat | |
parent | 68120c6d346bd28eca55da4fa3371c1cfb5fe824 (diff) | |
download | pkgsrc-6abe50d66506341c08e04a35345b3a43b2302c0b.tar.gz |
Set module type correctly.
Diffstat (limited to 'textproc/p5-Text-Microformat')
-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 |