17 lines
503 B
Makefile
17 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.10 2017/04/19 11:24:39 jperkin Exp $
|
|
|
|
PYRSS2GENVER= 1.1
|
|
DISTNAME= PyRSS2Gen-${PYRSS2GENVER}
|
|
PKGNAME= ${PYPKGPREFIX}-rss2gen-${PYRSS2GENVER}
|
|
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/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|