svn commit: r469205 - head/databases/p5-Pg

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 6 12:49:55 UTC 2018


Author: sunpoet
Date: Sun May  6 12:49:54 2018
New Revision: 469205
URL: https://svnweb.freebsd.org/changeset/ports/469205

Log:
  Add LICENSE
  
  - Update WWW

Modified:
  head/databases/p5-Pg/Makefile
  head/databases/p5-Pg/pkg-descr

Modified: head/databases/p5-Pg/Makefile
==============================================================================
--- head/databases/p5-Pg/Makefile	Sun May  6 12:49:49 2018	(r469204)
+++ head/databases/p5-Pg/Makefile	Sun May  6 12:49:54 2018	(r469205)
@@ -13,6 +13,9 @@ DIST_SUBDIR=	postgresql
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Interface for using perl5 to access PostgreSQL databases
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5 pgsql
 USE_PERL5=	configure
 

Modified: head/databases/p5-Pg/pkg-descr
==============================================================================
--- head/databases/p5-Pg/pkg-descr	Sun May  6 12:49:49 2018	(r469204)
+++ head/databases/p5-Pg/pkg-descr	Sun May  6 12:49:54 2018	(r469205)
@@ -2,4 +2,4 @@ This is an API for using Perl5 to access PostgreSQL da
 
 This software is part of the standard PostgreSQL distribution.
 
-WWW: http://www.postgresql.org/
+WWW: https://www.postgresql.org/


More information about the svn-ports-all mailing list