Changes from previous: 1.33 Thu Aug 4 23:25:14 EDT 2011 - move build_db() to separate .PL script so that module can be built even if Class::Accessor and other dependencies aren't available before Makefile.PL is run. - list GDBM_File as an explicit dependency, assome distributions like ActivePerl don't include it even though it is a core module. 1.32 Thu Jun 30 16:38:32 EDT 2011 - make sure utf8 flag set in output of marc8_to_utf8 1.31 Thu Sep 30 10:53:00 EDT 2010 - minor revision to get v1.3 Changes into the CPAN distro :-) 1.3 Wed Sep 29 10:26:49 EDT 2010 - added latest codetables.xml from http://www.loc.gov/marc/specifications/codetables.xml (thanks to Mark Muehlhaeusler for noticing that there were some Arabic updates. I reapplied the changes that François Charette suggested in v0.98 which are still not present in LC's codetable :-(
23 lines
696 B
Makefile
23 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/10/06 15:06:07 hiramatsu Exp $
|
|
|
|
DISTNAME= MARC-Charset-1.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MARC/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MARC-Charset/
|
|
COMMENT= Convert MARC-8 encoded strings to UTF-8
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-gdbm-[0-9]*:../../databases/p5-gdbm
|
|
DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX
|
|
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MARC/Charset/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|