PORTNAME= calendar_cli DISTVERSION= 1.0.1 CATEGORIES= deskutils python MASTER_SITES= PYPI # According to https://wiki.freebsd.org/Python/PortsPolicy#PKGNAMEPREFIX # # > Ports MUST use PKGNAMEPREFIX, unless there is a compelling case not to. # # PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} # # But this tool being an end-user application is hopefully a compelling reason # to skip the prefix. A typical user couldn't care less what its implementation # language is, or which version of python that. MAINTAINER= cos COMMENT= Simple command-line CalDav client WWW= https://github.com/tobixen/calendar-cli LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT PY_DEPENDS= icalendar:devel/py-icalendar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}caldav>=0.12-dev0:www/py-caldav@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} RUN_DEPENDS= ${PY_DEPENDS} USES= python USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes .include