freebsd-ports/textproc/py-rss2gen/Makefile
2006-12-13 12:56:01 +00:00

21 lines
470 B
Makefile

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