pkgsrc/devel/p5-Config-Tiny/Makefile
mef 699385f689 Update 2.20 to 2.22
-------------------
2.22  Tue Feb 17 08:32:00 2015
        - Fix licence info in Makefile.PL to say Perl.

2.21  Mon Feb 16 08:59:00 2015
        - Patch Makefile.PL to refer to the current repo, which is on
                github, and not the original one, which is on Adam's web
                site. See RT#102125.
        - Remove Build.PL because Karen Etheridge tells me Module::Build is
                no longer in core.  See RT#102126.
        - Edit line lengths in this file to a max of 100 chars.
        - Edit line lengths in the docs the same way.
        - Expand the See Also section of the docs.
2015-03-15 23:06:00 +00:00

17 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.19 2015/03/15 23:06:00 mef Exp $
DISTNAME= Config-Tiny-2.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
EXTRACT_SUFX= .tgz
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Config-Tiny/
COMMENT= Read/Write .ini style files with as little code as possible
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Config/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"