1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add NO_ARCH

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-01-13 17:45:24 +00:00
parent 7ad1a12164
commit 3528fda462
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522917

View File

@ -15,10 +15,12 @@ COMMENT= Perl API for memcached, a distributed memory cache daemon
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-String-CRC32>0:devel/p5-String-CRC32
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-String-CRC32>0:devel/p5-String-CRC32
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>