Index: head/textproc/rubygem-rdiscount/Makefile =================================================================== --- head/textproc/rubygem-rdiscount/Makefile (revision 529870) +++ head/textproc/rubygem-rdiscount/Makefile (revision 529871) @@ -1,19 +1,20 @@ # Created by: Daniel Roethlisberger # $FreeBSD$ PORTNAME= rdiscount PORTVERSION= 2.2.0.1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Fast Markdown converter for ruby based on discount LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING USE_RUBY= yes USES= gem PLIST_FILES= bin/rdiscount .include Index: head/textproc/rubygem-rdiscount/pkg-descr =================================================================== --- head/textproc/rubygem-rdiscount/pkg-descr (revision 529870) +++ head/textproc/rubygem-rdiscount/pkg-descr (revision 529871) @@ -1,9 +1,9 @@ Ruby wrapper around David Loren Parsons' discount, a fast, BSD-licensed C implementation of John Gruber's Markdown plus some aspects of SmartyPants. Markdown is a text-to-HTML conversion language for web writers, inspired by the format of plain-text e-mail messages. Markdown allows you to write in an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). -WWW: http://dafoster.net/projects/rdiscount/ +WWW: https://dafoster.net/projects/rdiscount/