svn commit: r516162 - head/databases/p5-DBIx-Class-IntrospectableM2M

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 31 14:50:32 UTC 2019


Author: sunpoet
Date: Thu Oct 31 14:50:32 2019
New Revision: 516162
URL: https://svnweb.freebsd.org/changeset/ports/516162

Log:
  Add NO_ARCH

Modified:
  head/databases/p5-DBIx-Class-IntrospectableM2M/Makefile

Modified: head/databases/p5-DBIx-Class-IntrospectableM2M/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-IntrospectableM2M/Makefile	Thu Oct 31 14:50:27 2019	(r516161)
+++ head/databases/p5-DBIx-Class-IntrospectableM2M/Makefile	Thu Oct 31 14:50:32 2019	(r516162)
@@ -13,9 +13,12 @@ COMMENT=	Introspect many-to-many shortcuts
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-DBIx-Class>=0.06002:databases/p5-DBIx-Class
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list