diff options
Diffstat (limited to 'www/rubygem-deckar01-task_list-gitlab/Makefile')
-rw-r--r-- | www/rubygem-deckar01-task_list-gitlab/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/rubygem-deckar01-task_list-gitlab/Makefile b/www/rubygem-deckar01-task_list-gitlab/Makefile new file mode 100644 index 000000000000..a913fb310a09 --- /dev/null +++ b/www/rubygem-deckar01-task_list-gitlab/Makefile @@ -0,0 +1,20 @@ +PORTNAME= deckar01-task_list +PORTVERSION= 2.3.4 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +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-gitlab>=2.0<3:textproc/rubygem-html-pipeline-gitlab + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |