freebsd-ports/textproc/rubygem-markaby/Makefile

21 lines
366 B
Makefile

PORTNAME= markaby
PORTVERSION= 0.9.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= HTML Markup as Ruby
WWW= https://markaby.github.io/ \
https://github.com/markaby/markaby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>