pkgsrc/devel/p5-PerlIO-eol/Makefile
wen c0e995e69d Update to 0.16
Add LICENSE

Upstream changes:
0.16        2016-04-30

    * Hopefully get rid of some warnings on Solaris and other platforms with
      STDCHAR not "char".
        - https://rt.cpan.org/Public/Bug/Display.html?id=28104
        - Thanks to SMPETERS, SREZIC, GAAL, and others.

0.15        2016-04-26

    * Convert the distribution from Module-Install which has become
      undermaintained to Dist-Zilla.
    * Some implied enhancements such as pod coverage, VCS repository
      information and meta-data, removal of trailing whitespace, a LICENSE
      file, etc.
2016-07-27 00:21:41 +00:00

16 lines
457 B
Makefile

# $NetBSD: Makefile,v 1.19 2016/07/27 00:21:41 wen Exp $
DISTNAME= PerlIO-eol-0.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PerlIO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/PerlIO-eol/
COMMENT= Perl module for normalizing line endings
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/PerlIO/eol/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"