diff options
Diffstat (limited to 'devel/py-google-crc32c/Makefile')
-rw-r--r-- | devel/py-google-crc32c/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-google-crc32c/Makefile b/devel/py-google-crc32c/Makefile index 6e94a940895d..adf7d51160fe 100644 --- a/devel/py-google-crc32c/Makefile +++ b/devel/py-google-crc32c/Makefile @@ -1,14 +1,16 @@ PORTNAME= google-crc32c -PORTVERSION= 1.5.0 +PORTVERSION= 1.7.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= google_crc32c-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper of the C library Google CRC32C WWW= https://github.com/googleapis/python-crc32c LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ |