7a6521287b
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
18 lines
466 B
Makefile
18 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.13 2005/07/13 18:01:41 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Text-CSV_XS-0.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tcx
|
|
PKGREVISION= 1
|
|
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"
|