freebsd-ports/textproc/rubygem-reverse_markdown/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
338 B
Makefile

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>