svn commit: r483647 - head/databases/p5-DBIx-Class-Tree

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 1 10:09:04 UTC 2018


Author: amdmi3
Date: Thu Nov  1 09:00:30 2018
New Revision: 483647
URL: https://svnweb.freebsd.org/changeset/ports/483647

Log:
  - Add LICENSE
  - Whitespace fix
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

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

Modified: head/databases/p5-DBIx-Class-Tree/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-Tree/Makefile	Thu Nov  1 08:18:46 2018	(r483646)
+++ head/databases/p5-DBIx-Class-Tree/Makefile	Thu Nov  1 09:00:30 2018	(r483647)
@@ -10,13 +10,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension to manipulate and analyze tree structured data
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	\
-	p5-DBIx-Class>=0.08100:databases/p5-DBIx-Class
+RUN_DEPENDS=	p5-DBIx-Class>=0.08100:databases/p5-DBIx-Class
 TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception \
 		p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list