1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-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

21 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>