summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Spell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Pod-Spell/Makefile')
-rw-r--r--textproc/p5-Pod-Spell/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile
new file mode 100644
index 00000000000..e14c02c0197
--- /dev/null
+++ b/textproc/p5-Pod-Spell/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 13:28:53 obache Exp $
+
+DISTNAME= Pod-Spell-1.01
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Pod-Spell/
+COMMENT= Formatter for spellchecking Pod
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Pod-Escapes>=1.01:../../textproc/p5-Pod-Escapes
+
+PERL5_PACKLIST= auto/Pod/Spell/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"