freebsd-ports/textproc/rubygem-reverse_markdown/Makefile

20 lines
334 B
Makefile

PORTNAME= reverse_markdown
PORTVERSION= 1.4.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mose@mose.com
COMMENT= Convert html code into markdown
LICENSE= MIT
RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/reverse_markdown
.include <bsd.port.mk>