1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/py-rss2gen/Makefile
Jan Beich dafc4097fa - Update to 1.1
- Define LICENSE

Differential Revision:	https://reviews.freebsd.org/D1629
Approved by:	bapt (mentor)

ChangeLog:
- Ported to Python 3.x. Thanks to Graham Bell for the initial patch.
2015-01-24 20:39:38 +00:00

20 lines
420 B
Makefile

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