5281a81d07
Python library to parse and build "purl" aka. Package URLs.
14 lines
447 B
Makefile
14 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/12/07 18:02:14 wiz Exp $
|
|
|
|
DISTNAME= packageurl-python-0.9.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/packageurl-python/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/package-url/packageurl-python
|
|
COMMENT= Purl aka. Package URL parser and builder
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|