2025-09-08 07:04:15 +08:00

23 lines
584 B
Makefile

PORTNAME= feedgenerator
PORTVERSION= 2.2.1
CATEGORIES= www python
MASTER_SITES= PYPI \
https://github.com/getpelican/feedgenerator/releases/download/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Standalone version of django.utils.feedgenerator
WWW= https://github.com/getpelican/feedgenerator
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
.include <bsd.port.mk>