2013-09-21 01:17:30 +02:00
|
|
|
# Created by: "Choe, Cheng-Dae" whitekid
|
2004-12-23 08:48:18 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rss2gen
|
2015-01-24 21:39:38 +01:00
|
|
|
PORTVERSION= 1.1
|
2004-12-23 08:48:18 +01:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= http://www.dalkescientific.com/Python/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= PyRSS2Gen-${PORTVERSION}
|
|
|
|
|
2006-12-13 13:56:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-12-30 13:01:39 +01:00
|
|
|
COMMENT= Python library for generating RSS 2.0 feeds
|
2004-12-23 08:48:18 +01:00
|
|
|
|
2015-01-24 21:39:38 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2014-12-07 11:01:36 +01:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2004-12-23 08:48:18 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|