freebsd-ports/textproc/py-duecredit/Makefile
Yuri Victorovich d2af55e75b textproc/py-duecredit: Update 0.6.5 -> 0.7.0
Reported by:	portscout
2019-03-02 07:16:54 +00:00

23 lines
618 B
Makefile

# $FreeBSD$
PORTNAME= duecredit
DISTVERSION= 0.7.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Embed scientific publication or other references in the original code
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}citeproc-py>=0.4:textproc/py-citeproc-py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>