mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
dafc4097fa
- 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.
20 lines
420 B
Makefile
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>
|