diff options
Diffstat (limited to 'devel/py-lru-dict/Makefile')
-rw-r--r-- | devel/py-lru-dict/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-lru-dict/Makefile b/devel/py-lru-dict/Makefile index 0951bf853329..be9e16ad6651 100644 --- a/devel/py-lru-dict/Makefile +++ b/devel/py-lru-dict/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= driesm@FreeBSD.org COMMENT= Fast and memory efficient LRU cache for Python +WWW= https://github.com/amitdev/lru-dict LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE |