diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-11 07:13:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-11 07:13:01 +0800 |
commit | ceb4a3d10e55e4e3e2f467254be6d39ccaee0bd0 (patch) | |
tree | 4c7f4a4e728c104bb4ae7c4f66e5bca96465d44a /www | |
parent | af2fe250dc847b43452ce3e666dad28928018e09 (diff) | |
download | freebsd-ports-gnome-ceb4a3d10e55e4e3e2f467254be6d39ccaee0bd0.tar.gz freebsd-ports-gnome-ceb4a3d10e55e4e3e2f467254be6d39ccaee0bd0.tar.zst freebsd-ports-gnome-ceb4a3d10e55e4e3e2f467254be6d39ccaee0bd0.zip |
- Use @FreeBSD.org
- Add LICENSE_FILE
- Use = instead of ?=
Diffstat (limited to 'www')
-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 |