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
|
2006-05-20 01:48:21 +02:00
|
|
|
PORTVERSION= 1.0.0
|
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
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
2013-12-30 13:01:39 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2004-12-23 08:48:18 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|