ports/textproc/py-bibtexparser/Makefile
Yuri Victorovich f21032dca7 textproc/py-bibtexparser: update 1.4.2 → 1.4.3
Reported by:	portscout
2024-12-19 22:05:54 -08:00

21 lines
455 B
Makefile

PORTNAME= bibtexparser
DISTVERSION= 1.4.3
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Bibtex parser
WWW= https://github.com/sciunto-org/python-bibtexparser
LICENSE= BSD3CLAUSE LGPL3
LICENSE_COMB= dual
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.3:devel/py-pyparsing@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>