diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:13:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:13:02 +0800 |
commit | eb06ee6a133807311053b58077eadf223826c62b (patch) | |
tree | 0ac490e4bb704b3cd9903120b5561732e0ad7ed4 /devel | |
parent | 2c395fd6ddc10e6f58ff3f84a408a74c48a65302 (diff) | |
download | freebsd-ports-gnome-eb06ee6a133807311053b58077eadf223826c62b.tar.gz freebsd-ports-gnome-eb06ee6a133807311053b58077eadf223826c62b.tar.zst freebsd-ports-gnome-eb06ee6a133807311053b58077eadf223826c62b.zip |
- Add LICENSE_FILE
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-bson/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/rubygem-bson/Makefile b/devel/rubygem-bson/Makefile index ad441890dc54..aec7fecbd2cb 100644 --- a/devel/rubygem-bson/Makefile +++ b/devel/rubygem-bson/Makefile @@ -10,7 +10,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Full featured BSON specification implementation in Ruby LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE +#NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |