32 lines
918 B
Makefile
32 lines
918 B
Makefile
PORTNAME= memo
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.6.0
|
|
CATEGORIES= misc
|
|
PKGNAMESUFFIX= -cli-tool
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= CLI tool for managing Apple Notes and Apple Reminders
|
|
WWW= https://antoniorodr.github.io/memo/ \
|
|
https://github.com/antoniorodr/memo
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=7.4.3:textproc/py-chardet@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}html2text>0:textproc/py-html2text@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}mistune>=3.2.1:textproc/py-mistune@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}urllib3>=2.7.0:net/py-urllib3@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 noflavors autoplist
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= antoniorodr
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|