ports/textproc/py-rss2gen/Makefile
Marcus von Appen 1fd066ebe5 - Convert textproc/ to USES=python
With hat:	python@
2014-12-07 10:01:36 +00:00

17 lines
401 B
Makefile

# Created by: "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= Python library for generating RSS 2.0 feeds
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>