pkgsrc/devel/p5-Module-Starter/Makefile
seb 7c53fa3584 Update p5-Module-Starter from version 1.500 (upstream 1.50) to version
1.520 (upstream 1.52).

Pkgsrc changes:
- Set LICENSE
- Drop dependencies on devel/p5-Test-Pod and p5-Test-Pod-Coverage

Upstream changes:
1.52    Mon Jul 27 01:25:03 CDT 2009
        * Support for more licenses.  Thanks to Shlomi Fish.

        * Fix slashing problems for Windows.  Thanks Olivier Mengue

        * Complains about extra unparsed options to try to detect
        problems that come out of misquoted variables. Thanks to Gunnar Wolf.

        * The list of files to ignore is now called ignore.txt,
        which you can turn into .cvsignore, .gitignore, MANIFEST.SKIP
        or whatever.

        * Handles authors with apostrophes in their names better.
        Thanks to, not surprisingly, Dave O'Neill.

        * Removed module requirements on Test::Pod and Test::Pod::Coverage
        for Module::Starter to be built and installed.  However,
        t/pod.t and t/pod-coverage.t do still both get created even
        if either of their two main modules are not installed.
2009-08-23 14:40:57 +00:00

19 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/08/23 14:40:57 seb Exp $
#
DISTNAME= Module-Starter-1.52
PKGNAME= p5-${DISTNAME}0
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
LICENSE= ${PERL5_LICENSE}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-Starter/
COMMENT= Perl 5 module acting as a simple starter kit for any module
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Module/Starter/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"