diff options
author | jtb <jtb> | 2001-02-27 23:39:55 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-02-27 23:39:55 +0000 |
commit | 6696fa933a2783b9c8441ba3cae10d58eb9974bf (patch) | |
tree | f1de8599263984b98edca22b286d00c241260dae /textproc/p5-Text-BibTeX/Makefile | |
parent | 6f9b7673c13f971482118aec2b7a747c0a01c76c (diff) | |
download | pkgsrc-6696fa933a2783b9c8441ba3cae10d58eb9974bf.tar.gz |
Initial import of p5-Text-BibTeX:
Perl library for reading, parsing, and processing BibTeX files
Package submitted by Mark Davies (mark@MCS.VUW.AC.NZ) in PR 12061.
Trivial modifications by me.
Diffstat (limited to 'textproc/p5-Text-BibTeX/Makefile')
-rw-r--r-- | textproc/p5-Text-BibTeX/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile new file mode 100644 index 00000000000..3d81f4ca47e --- /dev/null +++ b/textproc/p5-Text-BibTeX/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/27 23:39:55 jtb Exp $ + +DISTNAME= Text-BibTeX-0.33 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/btOOL/} +DISTFILES+= ${DISTNAME}.tar.gz btparse-0.32.tar.gz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://starship.python.net/~gward/btOOL/ +COMMENT= Perl library for reading, parsing, and processing BibTeX files + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/BibTeX/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" |