pkgsrc/textproc/p5-Text-RecordParser/Makefile
sno d33157b579 Updating textproc/p5-Text-RecordParser from 1.3.0 to 1.4.0
pkgsrc changes:
adjust recommended dependency for ReadOnly::XS

Upstream changes are missing in the distribution, but tests succeeds.
2010-02-22 13:47:29 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2010/02/22 13:47:29 sno Exp $
#
DISTNAME= Text-RecordParser-1.4.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-RecordParser/
COMMENT= Perl5 extension to read record-oriented files
LICENSE= gnu-gpl-v2
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
# Recommended dependencies
DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
DEPENDS+= p5-Readonly-XS-[0-9]*:../../devel/p5-Readonly-XS
DEPENDS+= p5-Text-TabularDisplay>=1.22:../../textproc/p5-Text-TabularDisplay
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/RecordParser/.packlist
PERL5_MODULE_TYPE= Module::Build
USE_TOOLS+=perl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"