summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Shellwords/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Shellwords/Makefile')
-rw-r--r--textproc/p5-Text-Shellwords/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-Text-Shellwords/Makefile b/textproc/p5-Text-Shellwords/Makefile
new file mode 100644
index 00000000000..f559f956e63
--- /dev/null
+++ b/textproc/p5-Text-Shellwords/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/08 12:52:35 minskim Exp $
+#
+
+DISTNAME= Text-Shellwords-1.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc
+MASTER_SITES= http://www.cpan.org/authors/id/L/LD/LDS/
+
+MAINTAINER= dprice@cs.nmsu.edu
+HOMEPAGE= http://www.cpan.org/authors/id/L/LD/LDS/
+COMMENT= Wrapper around shellwords.pl package
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Shellwords/.packlist
+
+pre-build:
+ cd ${WRKSRC}; perl Makefile.PL
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"