From 6c5c5978613be99c447989936409e2d504d3dd02 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 23 May 2015 15:38:06 +0000 Subject: [PATCH] - Add LICENSE - Update WWW --- www/rubygem-redcloth/Makefile | 5 ++++- www/rubygem-redcloth/pkg-descr | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/www/rubygem-redcloth/Makefile b/www/rubygem-redcloth/Makefile index 77a62eaee397..2560a97cc616 100644 --- a/www/rubygem-redcloth/Makefile +++ b/www/rubygem-redcloth/Makefile @@ -10,10 +10,13 @@ DISTNAME= RedCloth-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Module for using Textile in Ruby +LICENSE= MIT + +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/redcloth .include diff --git a/www/rubygem-redcloth/pkg-descr b/www/rubygem-redcloth/pkg-descr index 05d2868f5fe9..d3f80d3cfa06 100644 --- a/www/rubygem-redcloth/pkg-descr +++ b/www/rubygem-redcloth/pkg-descr @@ -7,4 +7,4 @@ Textile gives you readable text while youre writing and beautiful text for your readers. And if you need to break out into HTML, Textile will allow you to do so. -WWW: http://www.whytheluckystiff.net/ruby/redcloth/ +WWW: http://redcloth.org/