1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

devel/py-lxml: allow concurrent install

PR:		196900
Submitted by:	Robert Kruus
This commit is contained in:
William Grzybowski 2015-01-21 12:16:36 +00:00
parent d26b5788ec
commit a4b32d2ebe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377589

View File

@ -3,6 +3,7 @@
PORTNAME= lxml
PORTVERSION= 3.4.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,12 +16,11 @@ LICENSE= BSD3CLAUSE
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
libxslt.so:${PORTSDIR}/textproc/libxslt
USES= python
USE_PYTHON= autoplist distutils
USES= python uniquefiles:dirs
USE_PYTHON= autoplist concurrent distutils
LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
DOCS_FILES= CHANGES.txt CREDITS.txt TODO.txt README.rst
PORTDOCS= *