summaryrefslogtreecommitdiff
path: root/devel/p5-String-Escape/Makefile
diff options
context:
space:
mode:
authorsno <sno>2010-01-27 09:02:34 +0000
committersno <sno>2010-01-27 09:02:34 +0000
commit45e37e39b079bd1f4cc64b01f9f4236e4d21bfe6 (patch)
tree4f9f3d8ac85fcc242fe10ff2a473cb89f055b335 /devel/p5-String-Escape/Makefile
parent2c8979a7973e6e0a56df9e4d719e64ad30e7d647 (diff)
downloadpkgsrc-45e37e39b079bd1f4cc64b01f9f4236e4d21bfe6.tar.gz
Importing devel/p5-String-Escape as indirect dependency of scheduled
update of editors/p5-Padre-Plugin-Catalyst to 0.08 This module provides a flexible calling interface to some frequently performed string conversion functions, including applying and removing C/Unix-style backslash escapes like \n and \t, wrapping and removing double-quotes, and truncating to fit within a desired length.
Diffstat (limited to 'devel/p5-String-Escape/Makefile')
-rw-r--r--devel/p5-String-Escape/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-String-Escape/Makefile b/devel/p5-String-Escape/Makefile
new file mode 100644
index 00000000000..76fdf06dca1
--- /dev/null
+++ b/devel/p5-String-Escape/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/27 09:02:34 sno Exp $
+
+DISTNAME= String-Escape-2002.001
+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"