mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
19 lines
418 B
Makefile
19 lines
418 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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|