diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-06 02:25:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-06 02:25:00 +0800 |
commit | c4ab7df0d4867381b6898090a6faed85ae4bba26 (patch) | |
tree | 1b9bc0c7d1ed3855f42cdb67a4e703fe7573fce1 /textproc | |
parent | b9e3572e3f96930427ffc90ca7f183261611bd0e (diff) | |
download | freebsd-ports-gnome-c4ab7df0d4867381b6898090a6faed85ae4bba26.tar.gz freebsd-ports-gnome-c4ab7df0d4867381b6898090a6faed85ae4bba26.tar.zst freebsd-ports-gnome-c4ab7df0d4867381b6898090a6faed85ae4bba26.zip |
- Add LICENSE
- Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-rak/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rubygem-rak/Makefile b/textproc/rubygem-rak/Makefile index e31dcdd3056a..f0a20affb5ab 100644 --- a/textproc/rubygem-rak/Makefile +++ b/textproc/rubygem-rak/Makefile @@ -3,13 +3,14 @@ PORTNAME= rak PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Grep replacement in pure Ruby -RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe +LICENSE= MIT USE_RUBY= yes USE_RUBYGEMS= yes |