Upstream changes: 1.07 2014-12-09 NEILB - All changes from Ken Williamson as part of EBCDIC work for 5.22 - Fix typo in comment - Reorder structure definitions - Fill %Name2character better for EBCDIC - Generalize for EBCDIC - doc clarification 1.06_01 2014-12-05 NEILB - A bunch of changes from KHW++ for EBCDIC support. - Doing a developer release first, to make sure everything's good from CPAN Testers.
16 lines
462 B
Makefile
16 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.19 2015/01/11 11:47:18 wen Exp $
|
|
|
|
DISTNAME= Pod-Escapes-1.07
|
|
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-Escapes/
|
|
COMMENT= Perl module for decoding Pod E<...> sequences
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Pod/Escapes/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|