aefc083047
Changes from previous: 1.000 Released: 2011-02-21 23:25:42 UTC Converted to Dist::Zilla for the release process Add some more common misspellings, thanks RT#61505 Fix a typo in check_pod_case which prevented it from working
22 lines
682 B
Makefile
22 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/10/27 01:15:06 hiramatsu Exp $
|
|
|
|
DISTNAME= Pod-Spell-CommonMistakes-1.000
|
|
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-CommonMistakes/
|
|
COMMENT= Catches common typos in POD
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-IO-stringy>=2.110:../../devel/p5-IO-stringy
|
|
DEPENDS+= p5-Pod-Spell>=1.01:../../textproc/p5-Pod-Spell
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Pod/Spell/CommonMistakes/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|