summaryrefslogtreecommitdiff
path: root/textproc/p5-String-ShellQuote/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-String-ShellQuote/Makefile')
-rw-r--r--textproc/p5-String-ShellQuote/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-String-ShellQuote/Makefile b/textproc/p5-String-ShellQuote/Makefile
new file mode 100644
index 00000000000..1491e64d6fe
--- /dev/null
+++ b/textproc/p5-String-ShellQuote/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/02 02:40:00 rxg Exp $
+
+DISTNAME= String-ShellQuote-1.00
+PKGNAME= p5-String-ShellQuote-1.00
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
+
+MAINTAINER= rxg@netbsd.org
+HOMEPAGE= http://search.cpan.org/search?module=String::ShellQuote
+COMMENT= quote strings for passing through the shell
+
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/String/ShellQuote/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"