Marcelo Araujo c7d632d596 Map simple html back into markdown, e.g. if you want
to import existing html data in a markdown based application.

WWW: https://github.com/xijo/reverse_markdown

PR:		ports/204662
Submitted by:	mose <mose@gandi.net>
2015-11-19 01:59:11 +00:00

22 lines
393 B
Makefile

# $FreeBSD$
PORTNAME= reverse_markdown
PORTVERSION= 1.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mose@mose.com
COMMENT= Convert html code into markdown
LICENSE= MIT
RUN_DEPENDS= rubygem-nokogiri>=1.6.6.2:${PORTSDIR}/textproc/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/reverse_markdown
.include <bsd.port.mk>