forked from Lainports/freebsd-ports
26 lines
559 B
Makefile
26 lines
559 B
Makefile
PORTNAME= commonmarker
|
|
PORTVERSION= 1.1.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
DISTFILES= ${DISTNAME}.gem
|
|
#DIST_SUBDIR= rubygem
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby wrapper for libcmark (CommonMark parser)
|
|
WWW= https://github.com/gjtorikian/commonmarker
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-rb_sys>=0.9<1:lang/rubygem-rb_sys
|
|
|
|
USES= cargo gem gmake llvm:build
|
|
|
|
CARGO_BUILD= no
|
|
CARGO_INSTALL= no
|
|
GEM_ENV= MAKE=gmake
|
|
GEMFILES= ${DISTNAME}.gem
|
|
GEMS_SKIP_SUBDIR= yes
|
|
|
|
.include <bsd.port.mk>
|