mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
provides parsing and building of package URLs. WWW: https://github.com/package-url/packageurl-python PR: 229450 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
19 lines
345 B
Makefile
19 lines
345 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= packageurl-python
|
|
DISTVERSION= 0.5.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= freebsd_ports@k-worx.org
|
|
COMMENT= Parser and builder for package URLs (aka purl)
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|