1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/textproc/markdown/Makefile
Jimmy Olgeni 22d7896c17 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.

CR:		D509
Approved by:	portmgr (antoine)
2014-08-03 14:15:08 +00:00

33 lines
768 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= markdown
PORTVERSION= 1.0.1
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= http://daringfireball.net/projects/downloads/
DISTNAME= Markdown_${PORTVERSION}
MAINTAINER= tobez@FreeBSD.org
COMMENT= Text-to-HTML conversion tool for web writers
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/License.text
NO_BUILD= yes
USES= shebangfix perl5 zip
SHEBANG_FILES= Markdown.pl
OPTIONS_DEFINE= DOCS
PORTDOCS= Markdown-Readme.text
PLIST_FILES= bin/markdown
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/Markdown.pl ${STAGEDIR}${PREFIX}/bin/markdown
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} "${WRKSRC}/Markdown Readme.text" ${STAGEDIR}${DOCSDIR}/Markdown-Readme.text
.include <bsd.port.mk>