freebsd-ports/textproc/py-rss2gen/Makefile
Pav Lucistnik d35e13fe39 - Update to 0.1.1
PR:		ports/77619
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
Approved by:	Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
2005-02-18 00:43:36 +00:00

21 lines
471 B
Makefile

# Ports collection makefile for: py-rss2gen
# Date created: 30 Sep 2004
# Whom: "Choe, Cheng-Dae" whitekid
#
# $FreeBSD$
#
PORTNAME= rss2gen
PORTVERSION= 0.1.1
CATEGORIES= textproc python
MASTER_SITES= http://www.dalkescientific.com/Python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyRSS2Gen-${PORTVERSION}
MAINTAINER= whitekid@gmail.com
COMMENT= A Python library for generating RSS 2.0 feeds
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>