blob: a2ff80c5605c2a5938fbe864a4befdcaa3ce2c93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
WWW= http://www.dalkescientific.com/Python/PyRSS2Gen.html
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
|