diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-05-05 17:22:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-05-05 17:22:47 +0000 |
commit | 74df7dd59015ed91359c0c368434686ba3e96cae (patch) | |
tree | 72879f5be793d4cae3f4d40043604261036f395e /databases/postgresql-plruby | |
parent | Document python vulnerability (diff) |
Add LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'databases/postgresql-plruby')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 38a6d0afcfcd..700afcca939c 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -10,6 +10,9 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= PL/Ruby procedural language for the PostgreSQL database system +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual + USE_GITHUB= yes GH_ACCOUNT= devrimgunduz |