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>
22 lines
393 B
Makefile
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>
|