aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-lz4
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-25 14:23:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-25 14:23:44 +0000
commit88cb66f41bd632c983ac1fe6135c3ad7c48e4afb (patch)
treec4a5ad88eee9cbabf6e08edfeff3561caa523f1e /archivers/py-lz4
parenta7fac18fd30813366843e5401b88d86139d42218 (diff)
downloadports-88cb66f41bd632c983ac1fe6135c3ad7c48e4afb.tar.gz
ports-88cb66f41bd632c983ac1fe6135c3ad7c48e4afb.zip
Add LICENSE_FILE
- Sort USES
Notes
Notes: svn path=/head/; revision=439390
Diffstat (limited to 'archivers/py-lz4')
-rw-r--r--archivers/py-lz4/Makefile3
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 \