freebsd-ports/textproc/py-bibtexparser/Makefile
Yuri Victorovich c13f367dd1 textproc/py-bibtexparser: Update 1.3.0 -> 1.4.0
Reported by:	portscout
2022-09-25 23:30:26 -07:00

20 lines
465 B
Makefile

PORTNAME= bibtexparser
DISTVERSION= 1.4.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
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:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>