diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2018-07-28 12:09:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2018-07-28 12:09:24 +0000 |
commit | 2ab73c58be8047bcb5a2c7227d15261c4d8e0296 (patch) | |
tree | fafc2c356bb80b5ce6217a466125aae53e4e003b /textproc/py-packageurl-python/Makefile | |
parent | Utility library to parse, normalize and compare License expressions for Python (diff) |
Python implementation of the "purl" (= package URL) specification. The library
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.
Notes
Notes:
svn path=/head/; revision=475535
Diffstat (limited to 'textproc/py-packageurl-python/Makefile')
-rw-r--r-- | textproc/py-packageurl-python/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/py-packageurl-python/Makefile b/textproc/py-packageurl-python/Makefile new file mode 100644 index 000000000000..ffc6385005c8 --- /dev/null +++ b/textproc/py-packageurl-python/Makefile @@ -0,0 +1,19 @@ +# $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> |