aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-rss2gen/Makefile
blob: f7e2e51fa93268224ad027ffe3f366d819034284 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>