diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-05 21:39:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-05 21:39:50 +0800 |
commit | 6860ea4e394e72a791638be5ff1692c83787c293 (patch) | |
tree | 574431b3a801050bc7ac3e910fe4919cdc7762e1 /textproc | |
parent | e07ae1a66fdcdea49d5a6cd88300f52d4ec24350 (diff) | |
download | freebsd-ports-gnome-6860ea4e394e72a791638be5ff1692c83787c293.tar.gz freebsd-ports-gnome-6860ea4e394e72a791638be5ff1692c83787c293.tar.zst freebsd-ports-gnome-6860ea4e394e72a791638be5ff1692c83787c293.zip |
- Remove PORTREVISION=0
- Add LICENSE_FILE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-colorator/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/rubygem-colorator/Makefile b/textproc/rubygem-colorator/Makefile index aa748c256fa7..9f5e50d4cfb3 100644 --- a/textproc/rubygem-colorator/Makefile +++ b/textproc/rubygem-colorator/Makefile @@ -3,7 +3,6 @@ PORTNAME= colorator PORTVERSION= 1.1.0 -PORTREVISION= 0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,9 +10,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Colorize your text in a terminal with a simple API LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes - USE_RUBY= yes USES= gem |