ports/textproc/rubygem-reverse_markdown/Makefile
Marcelo Araujo 0e8380238c Update to 1.0.4.
PR:		ports/224784
Submitted by:	swills@
Approved by:	Mose <mose@mose.com> (maintainer)
2018-01-05 02:50:29 +00:00

20 lines
351 B
Makefile

# $FreeBSD$
PORTNAME= reverse_markdown
PORTVERSION= 1.0.4
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:textproc/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/reverse_markdown
.include <bsd.port.mk>