pkgsrc/textproc/p5-Text-Shellwords/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

19 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:33 jlam Exp $
#
DISTNAME= Text-Shellwords-1.07
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= dprice@cs.nmsu.edu
HOMEPAGE= http://search.cpan.org/dist/Text-Shellwords/
COMMENT= Wrapper around shellwords.pl package
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Text/Shellwords/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"