7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
18 lines
500 B
Makefile
18 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:33 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Text-Format0.52
|
|
PKGNAME= p5-Text-Format-0.52
|
|
SVR4_PKGNAME= p5tfo
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= sketch@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/search?module=Text::Format
|
|
COMMENT= Provide perl5 formatting functions on plain text
|
|
|
|
PERL5_PACKLIST= auto/Text/Format/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|