diff options
author | will <will@FreeBSD.org> | 2001-01-03 23:56:48 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-03 23:56:48 +0000 |
commit | 19adb6bcd3fa16247733c891143b50f770b87f9d (patch) | |
tree | b582fcaa973a3899822a513d30aeaa3d37dcffa3 /textproc/p5-String-ShellQuote/Makefile | |
parent | 5c8e3446434648e34cfa571b1cfbaf21d25eaad8 (diff) | |
download | FreeBSD-ports-19adb6bcd3fa16247733c891143b50f770b87f9d.zip FreeBSD-ports-19adb6bcd3fa16247733c891143b50f770b87f9d.tar.gz |
Add p5-String-ShellQuote 1.00, perl module for quote strings for passing
through the shell.
PR: 23981
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'textproc/p5-String-ShellQuote/Makefile')
-rw-r--r-- | textproc/p5-String-ShellQuote/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-String-ShellQuote/Makefile b/textproc/p5-String-ShellQuote/Makefile new file mode 100644 index 0000000..32873a9 --- /dev/null +++ b/textproc/p5-String-ShellQuote/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: textproc/p5-String-ShellQuote +# Date created: 31 December 2000 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= String-ShellQuote +PORTVERSION= 1.00 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= String +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MAN3= String::ShellQuote.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |