dc118b5b1c
1.03 Tue May 3 06:47:39 EDT 2005 - Add shell-quote script. 1.02 Thu Feb 10 22:08:27 EST 2005 - Allow qw(! % + , : @ ^) to appear without being quoted. (This was in 1.01, but I forgot to mention it.) 1.01 Wed Feb 9 20:43:46 EST 2005 - Have shell_quote() croak if the string can't be encoded (currently, if it contains NULs). - Add shell_quote_best_effort() which will return what it can instead.
15 lines
449 B
Makefile
15 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.10 2007/02/22 12:13:44 wiz Exp $
|
|
|
|
DISTNAME= String-ShellQuote-1.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
|
|
|
|
MAINTAINER= rxg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/String-ShellQuote/
|
|
COMMENT= Quote strings for passing through the shell
|
|
|
|
PERL5_PACKLIST= auto/String/ShellQuote/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|