9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
20 lines
532 B
Makefile
20 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/01/26 17:32:17 rillig Exp $
|
|
|
|
DISTNAME= generateDS-2.28b0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/0$//}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/generateDS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.davekuhlman.org/generateDS.html
|
|
COMMENT= Python XML data binding library
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_SELF_CONFLICT= yes
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|