1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Add LICENSE_FILE

- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2020-09-20 09:36:56 +00:00
parent 3d5de08987
commit 483d8955fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549090
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ 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
@ -20,5 +21,6 @@ TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -8,4 +8,4 @@ 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 <div> and <table> as well).
WWW: http://daringfireball.net/projects/markdown/
WWW: https://daringfireball.net/projects/markdown/