1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

devel/py-absl: Add NO_ARCH=yes

This commit is contained in:
Yuri Victorovich 2019-07-10 00:46:30 +00:00
parent 62493f3cf7
commit d6d9a2493e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506326

View File

@ -2,6 +2,7 @@
PORTNAME= absl
DISTVERSION= 0.7.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,4 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>