Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 20:05:50 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 44928b51d444 - main - www/p5-URL-Encode: Add NO_ARCH
Message-ID:  <202105302005.14UK5o9G079206@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=44928b51d444f82e00ab6f1500edb42e044d7d8a

commit 44928b51d444f82e00ab6f1500edb42e044d7d8a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-30 19:59:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-30 19:59:38 +0000

    www/p5-URL-Encode: Add NO_ARCH
    
    - While I'm here, remove no-op BUILD_DEPENDS=${RUN_DEPENDS}
    
    Approved by:    portmgr (blanket)
---
 www/p5-URL-Encode/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/p5-URL-Encode/Makefile b/www/p5-URL-Encode/Makefile
index d5844b9ad38a..56d5565fe69e 100644
--- a/www/p5-URL-Encode/Makefile
+++ b/www/p5-URL-Encode/Makefile
@@ -13,11 +13,11 @@ COMMENT=	Encoding and decoding of application/x-www-form-urlencoded encoding
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
-
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 OPTIONS_DEFINE=	XS
 
 XS_RUN_DEPENDS=	p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105302005.14UK5o9G079206>