1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- USES compiler:c++11-lang is needed to fix the build on GCC-based

architectures such as powerpc64. [1]
- Level up port compliance further by stripping shared libraries [2]

Submitted by:	Piotr Kubaj [1]
Approved by:	maintainer [2]
This commit is contained in:
Mark Linimon 2019-01-22 13:32:50 +00:00
parent 418a4c7d31
commit d00cc0b714
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490950

View File

@ -2,6 +2,7 @@
PORTNAME= url
DISTVERSION= 0.4.2
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +14,10 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USES= compiler:c++11-lang python
USE_PYTHON= cython distutils autoplist
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/url/url.so
.include <bsd.port.mk>