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.
16 lines
457 B
Makefile
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"
|