Commits
Perry E. Metzger authored b4f35df897c
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-sphinxcontrib-bibtex |
7 7 | version 0.4.0 |
8 + | categories-append textproc devel |
8 9 | platforms darwin |
9 10 | license BSD |
10 11 | maintainers nomaintainer |
11 12 | |
12 13 | description Sphinx extension for BibTeX style citations |
13 14 | long_description ${description} |
14 15 | |
15 16 | homepage https://github.com/mcmtroffaes/sphinxcontrib-bibtex |
16 17 | master_sites pypi:s/sphinxcontrib-bibtex |
17 18 | distname sphinxcontrib-bibtex-${version} |