7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
17 lines
456 B
Makefile
17 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:14 jlam Exp $
|
|
|
|
DISTNAME= String-Format-1.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
|
|
|
|
MAINTAINER= epg@NetBSD.org
|
|
COMMENT= Perl module for sprintf-like string formatting capabilities
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/String/Format/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|