5c30fb0396
Release 0.62 - 11 January, 2012 ------------------------------- * Releasing stable Release 0.62_01 - 7 January, 2012 --------------------------------- * Better installation under Windows, and specifically, Win 7. Release 0.61 - 20 October, 2011 ------------------------------- * Thanks to Philip Kime (again), we have STDERR working on Windows (hopefully) * Make Windows tests no longer ignored. Release 0.60 - 31 July, 2011 ---------------------------- * Fix test in t/output.t Release 0.59 - 28 July, 2011 ---------------------------- * Add comma at the end of each and any line in BibTeX record as all modern parsers support them. * Rewrote some tests in t/output.t Release 0.58 - 21 June, 2011 ---------------------------- * Remove some old documentation about btparse. * Warn users when installing on non standard library path. Release 0.57 - 17 June, 2011 ---------------------------- * Mark two tests that fail from time to time as TODO for now. Release 0.56 - 8 June, 2011 --------------------------- * Use File::Temp instead of POSIX. Fixes some Win32 builds. Thanks to Alex Gough for reporting this build problem. Release 0.55 - 25 April, 2011 ----------------------------- * Added some extra checks for lib64 dir. * Rewrote some code on MyBuilder.pm * Add soname to library build. Release 0.54 - 17 April, 2011 ----------------------------- * Applied patch to work under lib64 archs (hopefuly) (Guillaume Rousse) Release 0.53 - 10 March, 2011 ----------------------------- * Working under Cygwin (Philip Kime) * Changed Windows testing mode (based on Cygwin approach) - getting rid of 00_ and zz_ test files. Great! Release 0.52 - 15 February, 2011 -------------------------------- * More name abbreviation tweeks (Philip Kime) Release 0.51 - 1 February, 2011 ------------------------------- * Fixed environment during Linux/Unix testing Release 0.50 - 1 February, 2011 ------------------------------- * Fixed name abbreviation when name has hiffens (Philip Kime) Release 0.49 - 27 January, 2011 ------------------------------- * Small patch by Philip Kime to enlarge macros buffer size. * Fixed Build.PL to clean some object files.
32 lines
1 KiB
Makefile
32 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.26 2012/04/05 22:43:47 markd Exp $
|
|
|
|
DISTNAME= Text-BibTeX-0.62
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tbt
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gerg.ca/software/btOOL/
|
|
#HOMEPAGE= http://search.cpan.org/dist/Text-BibTeX/
|
|
COMMENT= Perl library for reading, parsing, and processing BibTeX files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny
|
|
BUILD_DEPENDS+= p5-Config-AutoConf>=0.14:../../devel/p5-Config-AutoConf
|
|
BUILD_DEPENDS+= p5-ExtUtils-LibBuilder>=0.01:../../devel/p5-ExtUtils-LibBuilder
|
|
BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-CBuilder>=0.27}:../../devel/p5-ExtUtils-CBuilder
|
|
|
|
USE_LANGUAGES+= c
|
|
PERL5_PACKLIST= auto/Text/BibTeX/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
ALL_ENV+= TMPDIR=${WRKDIR}/tmp
|
|
|
|
pre-configure:
|
|
${MKDIR} ${WRKDIR}/tmp
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|