svn commit: r471576 - head/databases/p5-DBICx-Deploy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:01:36 UTC 2018


Author: sunpoet
Date: Mon Jun  4 18:01:35 2018
New Revision: 471576
URL: https://svnweb.freebsd.org/changeset/ports/471576

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Update WWW

Modified:
  head/databases/p5-DBICx-Deploy/Makefile
  head/databases/p5-DBICx-Deploy/pkg-descr

Modified: head/databases/p5-DBICx-Deploy/Makefile
==============================================================================
--- head/databases/p5-DBICx-Deploy/Makefile	Mon Jun  4 17:44:44 2018	(r471575)
+++ head/databases/p5-DBICx-Deploy/Makefile	Mon Jun  4 18:01:35 2018	(r471576)
@@ -12,12 +12,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl 5 module to deploy a DBIx::Class schema
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-DBIx-Class>=0.07003:databases/p5-DBIx-Class \
 		p5-SQL-Translator>=0:databases/p5-SQL-Translator \
 		p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
 RUN_DEPENDS=	p5-DBIx-Class>=0.07003:databases/p5-DBIx-Class \
 		p5-SQL-Translator>=0:databases/p5-SQL-Translator
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/databases/p5-DBICx-Deploy/pkg-descr
==============================================================================
--- head/databases/p5-DBICx-Deploy/pkg-descr	Mon Jun  4 17:44:44 2018	(r471575)
+++ head/databases/p5-DBICx-Deploy/pkg-descr	Mon Jun  4 18:01:35 2018	(r471576)
@@ -1,4 +1,4 @@
 The Perl 5 module DBICx::Deploy deploys a DBIx::Class schema to a
 database. A command line script, dbicdeploy, is provided.
 
-WWW: http://search.cpan.org/dist/DBICx-Deploy
+WWW: https://metacpan.org/release/DBICx-Deploy


More information about the svn-ports-all mailing list