summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-BibTeX/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-27 23:39:55 +0000
committerjtb <jtb>2001-02-27 23:39:55 +0000
commit6696fa933a2783b9c8441ba3cae10d58eb9974bf (patch)
treef1de8599263984b98edca22b286d00c241260dae /textproc/p5-Text-BibTeX/Makefile
parent6f9b7673c13f971482118aec2b7a747c0a01c76c (diff)
downloadpkgsrc-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/Makefile19
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"