Added: trunk/dports/perl/p5-text-bibtex/Portfile (0 => 81615)
--- trunk/dports/perl/p5-text-bibtex/Portfile (rev 0)
+++ trunk/dports/perl/p5-text-bibtex/Portfile 2011-08-03 00:52:21 UTC (rev 81615)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup perl5 1.0
+
+perl5.setup Text-BibTeX 0.59
+platforms darwin
+maintainers nomaintainer
+license {Artistic GPL}
+
+description Parse BibTeX files
+
+long_description \
+ Text::BibTeX is a Perl library for reading, parsing, and processing \
+ BibTeX files. It is the Perl half of btOOL, a pair of libraries for \
+ dealing with BibTeX data.
+
+checksums sha256 79c5079a7ab96ac81a32f25575a6d6626ad8234ec065028a26e1cd6de7c368c4 \
+ rmd160 103bcaf98dba76acc125959a712d00028b5e9e71
+
+depends_build-append port:p5-capture-tiny \
+ port:p5-extutils-libbuilder \
+ port:p5-config-autoconf
+
+perl5.use_module_build
Property changes on: trunk/dports/perl/p5-text-bibtex/Portfile
___________________________________________________________________