freebsd-ports/textproc/py-rss2gen/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

22 lines
501 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
PYDISTUTILS_PKGNAME= PyRSS2Gen
.include <bsd.port.mk>