diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2019-03-29 15:46:59 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2019-03-29 15:46:59 +0000 |
commit | 3e32035e01dd6f69e010a307fba3d134aaf02641 (patch) | |
tree | 1456868e510ad5a43044536d2f522c45f2618cd1 /textproc/py-packageurl-python/Makefile | |
parent | Fix build on GCC-based architectures: (diff) |
textproc/py-packageurl-python: Update to 0.8.5
While I'm here:
* Add location for the license file
Changelog since 0.5.0:
https://github.com/package-url/packageurl-python/compare/v0.5.0...v0.8.5
Approved by: mentors (implicit)
Notes
Notes:
svn path=/head/; revision=497158
Diffstat (limited to 'textproc/py-packageurl-python/Makefile')
-rw-r--r-- | textproc/py-packageurl-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-packageurl-python/Makefile b/textproc/py-packageurl-python/Makefile index 2992aa44afe2..9f54b19b1591 100644 --- a/textproc/py-packageurl-python/Makefile +++ b/textproc/py-packageurl-python/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= packageurl-python -DISTVERSION= 0.5.0 +DISTVERSION= 0.8.5 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,7 @@ MAINTAINER= kai@FreeBSD.org COMMENT= Parser and builder for package URLs (aka purl) LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/mit.LICENSE USES= python USE_PYTHON= distutils autoplist |