svn commit: r507113 - head/devel/p5-Object-Accessor

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 21 20:50:30 UTC 2019


Author: sunpoet
Date: Sun Jul 21 20:49:53 2019
New Revision: 507113
URL: https://svnweb.freebsd.org/changeset/ports/507113

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-Object-Accessor/Makefile

Modified: head/devel/p5-Object-Accessor/Makefile
==============================================================================
--- head/devel/p5-Object-Accessor/Makefile	Sun Jul 21 20:49:48 2019	(r507112)
+++ head/devel/p5-Object-Accessor/Makefile	Sun Jul 21 20:49:53 2019	(r507113)
@@ -14,10 +14,12 @@ COMMENT=	Interface to create per object accessors
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Params-Check>=0.34:devel/p5-Params-Check
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Params-Check>=0.34:devel/p5-Params-Check
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list