summaryrefslogtreecommitdiff
path: root/devel/p5-String-Escape/Makefile
diff options
context:
space:
mode:
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"