0167ee7719
Upstream changes: - 2010-02-01 Uploaded version 2010.002 to CPAN. - 2010-02-01 Renamed newly created functions to *backslash() and tweaked docs. - 2010-01-30 Uploaded version 2010.001_1 to CPAN as a developer release. - 2010-01-30 Added tests for new functions and previous bug reports. - 2010-01-29 Added new functions with support for more of the escapes used in Perl's own syntax, based on email exchange with Brad Bowman. - 2010-01-29 Changed unprintable to accept optional x in \xFF escapes as per discussion at PerlMonks: http://perlmonks.org/?node_id=461186 - 2010-01-29 Added META.yml as requested in RT 41226 by Alexandr Ciornii. - 2010-01-29 Used Module::Starter to update package skeleton and style.
19 lines
564 B
Makefile
19 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/02/02 18:28:54 sno Exp $
|
|
|
|
DISTNAME= String-Escape-2010.002
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/String-Escape/
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Registry of string functions, including backslash escapes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/String/Escape/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|