18 lines
508 B
Makefile
18 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.11 2022/01/10 20:44:31 wiz Exp $
|
|
|
|
PYRSS2GENVER= 1.1
|
|
DISTNAME= PyRSS2Gen-${PYRSS2GENVER}
|
|
PKGNAME= ${PYPKGPREFIX}-rss2gen-${PYRSS2GENVER}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://www.dalkescientific.com/Python/
|
|
|
|
MAINTAINER= pkgsrc-users@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/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|