pkgsrc/textproc/p5-Text-BibTeX/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

18 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.11 2005/08/06 06:19:32 jlam Exp $
DISTNAME= Text-BibTeX-0.33
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tbt
PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/btOOL/}
DISTFILES+= ${DISTNAME}.tar.gz btparse-0.32.tar.gz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://starship.python.net/~gward/btOOL/
COMMENT= Perl library for reading, parsing, and processing BibTeX files
PERL5_PACKLIST= auto/Text/BibTeX/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"