forked from Lainports/freebsd-ports
Required for gitlab-ce 16.4 Changelog: https://gitlab.com/deckar01/task_list/-/commits/master/
19 lines
368 B
Makefile
19 lines
368 B
Makefile
PORTNAME= deckar01-task_list
|
|
PORTVERSION= 2.3.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Markdown TaskList components
|
|
WWW= https://gitlab.com/deckar01/task_list
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-html-pipeline>=0:textproc/rubygem-html-pipeline
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|