diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-29 00:24:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-29 00:24:46 +0800 |
commit | 679809959cf3c1da6fc4c4fe71cadacd7218fc81 (patch) | |
tree | 1cb3ab0e4228f41b7a691b817851650015f07ae2 /databases | |
parent | 078bb14d362956d7ce3211ff2e30a8268868c959 (diff) | |
download | freebsd-ports-gnome-679809959cf3c1da6fc4c4fe71cadacd7218fc81.tar.gz freebsd-ports-gnome-679809959cf3c1da6fc4c4fe71cadacd7218fc81.tar.zst freebsd-ports-gnome-679809959cf3c1da6fc4c4fe71cadacd7218fc81.zip |
- Add LICENSE
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rubygem-bdb1/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/rubygem-bdb1/Makefile b/databases/rubygem-bdb1/Makefile index 122a154aa4e8..0fd47dc2dd45 100644 --- a/databases/rubygem-bdb1/Makefile +++ b/databases/rubygem-bdb1/Makefile @@ -8,6 +8,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to Berkeley DB revision 1.8x with full feature support +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual + USES= execinfo USE_RUBY= yes |