Release 0.37 - 21 Setember, 2006 -------------------------------- * added support for 'conference' key (alias for inproceedings) Release 0.36 - 24 July, 2005 ---------------------------- * fixed url where btparse should be downloaded from. (stupid bug) Release 0.35 - 23 July, 2005 ---------------------------- * changed from 0.33 to 0.35 to maintain relation with btparse. * some tests now use Test::More (more tests will change soon) * the way the module initializes changed. Now the module can be included to check its version.
20 lines
648 B
Makefile
20 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.14 2008/04/24 21:20:46 markd Exp $
|
|
|
|
DISTNAME= Text-BibTeX-0.37
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tbt
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
DISTFILES+= ${DISTNAME}.tar.gz btparse-0.35.tar.gz
|
|
SITES.btparse-0.35.tar.gz= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AM/AMBS/btparse/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gerg.ca/software/btOOL/
|
|
COMMENT= Perl library for reading, parsing, and processing BibTeX files
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Text/BibTeX/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|