diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-23 04:21:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-23 04:21:55 +0800 |
commit | 43568a17cb6e4ab092c82019e3685a5b01f42ddd (patch) | |
tree | 371356d679f1935c2f08e699d6251753deba0706 | |
parent | dc780bcc238f28941eb1f0dae84a523a0d7bfca7 (diff) | |
download | freebsd-ports-gnome-43568a17cb6e4ab092c82019e3685a5b01f42ddd.tar.gz freebsd-ports-gnome-43568a17cb6e4ab092c82019e3685a5b01f42ddd.tar.zst freebsd-ports-gnome-43568a17cb6e4ab092c82019e3685a5b01f42ddd.zip |
- Add LICENSE
-rw-r--r-- | www/rubygem-bluecloth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/rubygem-bluecloth/Makefile b/www/rubygem-bluecloth/Makefile index a2806814e8ca..43a8525968df 100644 --- a/www/rubygem-bluecloth/Makefile +++ b/www/rubygem-bluecloth/Makefile @@ -8,6 +8,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool +LICENSE= BSD3CLAUSE + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |