freebsd-ports/textproc/py-rss2gen/Makefile
2021-04-06 16:31:07 +02:00

19 lines
411 B
Makefile

# Created by: "Choe, Cheng-Dae" whitekid
PORTNAME= rss2gen
PORTVERSION= 1.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyRSS2Gen-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python library for generating RSS 2.0 feeds
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>