1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/markdown/Makefile
Tobias C. Berner 2955d08114 textproc/markdown: fix WWW
Give maintainership to Miguel Gocobachi <miguel@gocobachi.dev>

PR:		247499
Submitted by:	Miguel Gocobachi <miguel@gocobachi.dev>
2020-07-05 16:47:57 +00:00

35 lines
800 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= markdown
PORTVERSION= 1.0.1
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= https://daringfireball.net/projects/markdown/
DISTNAME= Markdown_${PORTVERSION}
MAINTAINER= miguel@gocobachi.dev
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
CONFLICTS_INSTALL= discount
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>