svn commit: r471580 - head/databases/p5-Test-postgresql

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


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

Log:
  Add LICENSE
  
  - Update WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/databases/p5-Test-postgresql/Makefile
  head/databases/p5-Test-postgresql/pkg-descr

Modified: head/databases/p5-Test-postgresql/Makefile
==============================================================================
--- head/databases/p5-Test-postgresql/Makefile	Mon Jun  4 18:01:52 2018	(r471579)
+++ head/databases/p5-Test-postgresql/Makefile	Mon Jun  4 18:01:57 2018	(r471580)
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension of postgresql runner for tests
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	\
 	p5-Class-Accessor-Lite>0:devel/p5-Class-Accessor-Lite \
 	p5-DBI>0:databases/p5-DBI \

Modified: head/databases/p5-Test-postgresql/pkg-descr
==============================================================================
--- head/databases/p5-Test-postgresql/pkg-descr	Mon Jun  4 18:01:52 2018	(r471579)
+++ head/databases/p5-Test-postgresql/pkg-descr	Mon Jun  4 18:01:57 2018	(r471580)
@@ -1,4 +1,4 @@
 Test::postgresql automatically setups a postgresql instance in a
 temporary directory, and destroys it when the perl script exits.
 
-WWW: http://search.cpan.org/dist/Test-postgresql/
+WWW: https://metacpan.org/release/SYSPETE/Test-postgresql-0.091


More information about the svn-ports-all mailing list