1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/py-rss2gen/Makefile
Sunpoet Po-Chuan Hsieh f194f40d34 Change MASTER_SITES to CHEESESHOP
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Take maintainership

The main content is functional identical. The tarball from PyPI contains classifiers.
2018-03-16 15:20:46 +00:00

21 lines
418 B
Makefile

# Created by: "Choe, Cheng-Dae" whitekid
# $FreeBSD$
PORTNAME= rss2gen
PORTVERSION= 1.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyRSS2Gen-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python library for generating RSS 2.0 feeds
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>