Index: head/textproc/p5-Text-Markdown/Makefile =================================================================== --- head/textproc/p5-Text-Markdown/Makefile (revision 549089) +++ head/textproc/p5-Text-Markdown/Makefile (revision 549090) @@ -1,24 +1,26 @@ # Created by: Fernan Aguero # $FreeBSD$ PORTNAME= Text-Markdown PORTVERSION= 1.000031 PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Markdown Perl5 module LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/License.text BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ p5-Test-Exception>=0:devel/p5-Test-Exception USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Index: head/textproc/p5-Text-Markdown/pkg-descr =================================================================== --- head/textproc/p5-Text-Markdown/pkg-descr (revision 549089) +++ head/textproc/p5-Text-Markdown/pkg-descr (revision 549090) @@ -1,11 +1,11 @@ Markdown is a text-to-HTML filter; it translates an easy-to-read and easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. Markdown's syntax is designed not as a generic markup language, but specifically to serve as a front-end to (X)HTML. You can use span-level HTML tags anywhere in a Markdown document, and you can use block level HTML tags (like
and as well). -WWW: http://daringfireball.net/projects/markdown/ +WWW: https://daringfireball.net/projects/markdown/