diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-25 22:23:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-25 22:23:44 +0800 |
commit | a5d5f86741436be69b920f22377e1c893e9bae39 (patch) | |
tree | c4a5ad88eee9cbabf6e08edfeff3561caa523f1e /archivers/py-lz4 | |
parent | f5d557f7d8b2b9230af1f9f5ae4d4c3c1ee06cc0 (diff) | |
download | freebsd-ports-gnome-a5d5f86741436be69b920f22377e1c893e9bae39.tar.gz freebsd-ports-gnome-a5d5f86741436be69b920f22377e1c893e9bae39.tar.zst freebsd-ports-gnome-a5d5f86741436be69b920f22377e1c893e9bae39.zip |
Add LICENSE_FILE
- Sort USES
Diffstat (limited to 'archivers/py-lz4')
-rw-r--r-- | archivers/py-lz4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile index 0cbc5c2fbdb4..d891946d7149 100644 --- a/archivers/py-lz4/Makefile +++ b/archivers/py-lz4/Makefile @@ -11,12 +11,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Python binding for the LZ4 compression library LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm LIB_DEPENDS= liblz4.so:archivers/liblz4 USE_PYTHON= distutils -USES= localbase python pkgconfig +USES= localbase pkgconfig python post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/_version.so \ |