7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
16 lines
484 B
Makefile
16 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:32 jlam Exp $
|
|
|
|
DISTNAME= String-ShellQuote-1.00
|
|
PKGNAME= p5-String-ShellQuote-1.00
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/String/ShellQuote/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|