pkgsrc/textproc/p5-String-ShellQuote/Makefile
sno 9bc789e9cd Updating textproc/p5-String-ShellQuote from 1.03nb2 to 1.04
pkgsrc changes:
- add license definition
- make no compiler languages are used

Upstream changes:
1.04 Mon Jun  7 09:09:36 EDT 2010
    - Don't escape "=" unless it's in command position.  Thanks to Chip
      for the inspiration.
    - Use "#!perl" in test.t (closes #38072).
    - Don't try to test or install the shell-quote script on Windows
      (closes #46445).

1.03  Tue May  3 06:47:39 EDT 2005
    - Add shell-quote script.
2010-08-26 06:41:44 +00:00

21 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.14 2010/08/26 06:41:44 sno Exp $
DISTNAME= String-ShellQuote-1.04
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 2
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
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/String/ShellQuote/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"