mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
18 lines
494 B
Makefile
18 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:29 wiz Exp $
|
|
|
|
PYRSS2GENVER= 1.1
|
|
DISTNAME= PyRSS2Gen-${PYRSS2GENVER}
|
|
PKGNAME= ${PYPKGPREFIX}-rss2gen-${PYRSS2GENVER}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://www.dalkescientific.com/Python/
|
|
|
|
MAINTAINER= tonnerre@NetBSD.org
|
|
HOMEPAGE= http://www.dalkescientific.com/Python/PyRSS2Gen.html
|
|
COMMENT= Python module to generate RSS feeds
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|