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
466 B
Makefile
18 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:32 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Text-CSV_XS-0.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tcx
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
# HOMEPAGE= http://
|
|
COMMENT= Routines for composition and decomposition of comma-separated values
|
|
|
|
PERL5_PACKLIST= auto/Text/CSV_XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|