svn commit: r439390 - head/archivers/py-lz4
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 25 14:23:45 UTC 2017
Author: sunpoet
Date: Tue Apr 25 14:23:44 2017
New Revision: 439390
URL: https://svnweb.freebsd.org/changeset/ports/439390
Log:
Add LICENSE_FILE
- Sort USES
Modified:
head/archivers/py-lz4/Makefile
Modified: head/archivers/py-lz4/Makefile
==============================================================================
--- head/archivers/py-lz4/Makefile Tue Apr 25 14:23:37 2017 (r439389)
+++ head/archivers/py-lz4/Makefile Tue Apr 25 14:23:44 2017 (r439390)
@@ -11,12 +11,13 @@ MAINTAINER= python at 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 \
More information about the svn-ports-all
mailing list