freebsd-ports/textproc/py-rss2gen/Makefile

20 lines
420 B
Makefile
Raw Normal View History

# Created by: "Choe, Cheng-Dae" whitekid
# $FreeBSD$
PORTNAME= rss2gen
PORTVERSION= 1.1
CATEGORIES= textproc python
MASTER_SITES= http://www.dalkescientific.com/Python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyRSS2Gen-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2013-12-30 13:01:39 +01:00
COMMENT= Python library for generating RSS 2.0 feeds
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>