diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-05-06 12:49:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-05-06 12:49:54 +0000 |
commit | 26b7a8604a84cc4bdfce7bfdb391a29a9180c2b9 (patch) | |
tree | c4747d095cd7f4f48ba58bc1f73719bfeb90b581 /databases/p5-Pg | |
parent | 1ba46a3622d3ed46b2b0ec54e85b3bac802f5f33 (diff) |
Notes
Diffstat (limited to 'databases/p5-Pg')
-rw-r--r-- | databases/p5-Pg/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-Pg/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index dbef4678097d..0488b0b4fad0 100644 --- a/databases/p5-Pg/Makefile +++ b/databases/p5-Pg/Makefile @@ -13,6 +13,9 @@ DIST_SUBDIR= postgresql MAINTAINER= perl@FreeBSD.org COMMENT= Interface for using perl5 to access PostgreSQL databases +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 pgsql USE_PERL5= configure diff --git a/databases/p5-Pg/pkg-descr b/databases/p5-Pg/pkg-descr index 9852e2e497e0..b148af110123 100644 --- a/databases/p5-Pg/pkg-descr +++ b/databases/p5-Pg/pkg-descr @@ -2,4 +2,4 @@ This is an API for using Perl5 to access PostgreSQL databases. This software is part of the standard PostgreSQL distribution. -WWW: http://www.postgresql.org/ +WWW: https://www.postgresql.org/ |