Fix LICENSE
- Remove dead WWW
This commit is contained in:
parent
46f33ea590
commit
25246e574c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557545
2 changed files with 5 additions and 3 deletions
|
@ -10,11 +10,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Tiny LRU cache implementation and decorator
|
||||
|
||||
LICENSE= BSD4CLAUSE
|
||||
LICENSE= REPOZE
|
||||
LICENSE_NAME= Repoze Public License
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,5 +2,4 @@ repoze.lru is a LRU (least recently used) cache implementation. Keys and values
|
|||
that are not used frequently will be evicted from the cache faster than keys and
|
||||
values that are used frequently.
|
||||
|
||||
WWW: http://repoze.org/
|
||||
WWW: https://github.com/repoze/repoze.lru
|
||||
|
|
Loading…
Reference in a new issue