mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Required by gitlab-ce 16.10 Changes: https://gitlab.com/deckar01/task_list/-/commits/master/
19 lines
372 B
Makefile
19 lines
372 B
Makefile
PORTNAME= deckar01-task_list
|
|
PORTVERSION= 2.3.4
|
|
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>=2.0<3:textproc/rubygem-html-pipeline
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|