77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
22 lines
573 B
Makefile
22 lines
573 B
Makefile
PORTNAME= holidays
|
|
PORTVERSION= 0.9.12
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gmm@tutanota.com
|
|
COMMENT= Generate country, province, and state specific holiday sets on the fly
|
|
WWW= https://github.com/dr-prodigy/python-holidays
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|