diff options
-rw-r--r-- | www/rubygem-task_list/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/rubygem-task_list/Makefile b/www/rubygem-task_list/Makefile index efff74df91c3..784791be1ef7 100644 --- a/www/rubygem-task_list/Makefile +++ b/www/rubygem-task_list/Makefile @@ -6,15 +6,15 @@ PORTVERSION= 1.0.2 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= ruby@freebsd.org +MAINTAINER= ruby@FreeBSD.org COMMENT= GitHub-flavored-Markdown TaskList components LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS?= rubygem-html-pipeline>=0.0.0:${PORTSDIR}/textproc/rubygem-html-pipeline +RUN_DEPENDS= rubygem-html-pipeline>=0:${PORTSDIR}/textproc/rubygem-html-pipeline NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |