From 86cfa630be5087addcbfcd50908b3e9c082f8aa5 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 May 2015 00:06:01 +0000 Subject: [PATCH] - Add LICENSE - Remove USES=python - Bump PORTREVISION for dependency change --- textproc/rubygem-cssmin/Makefile | 4 +++- textproc/rubygem-cssmin/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/rubygem-cssmin/Makefile b/textproc/rubygem-cssmin/Makefile index 9a2dee6efd77..05a8e32b65b6 100644 --- a/textproc/rubygem-cssmin/Makefile +++ b/textproc/rubygem-cssmin/Makefile @@ -2,13 +2,15 @@ PORTNAME= cssmin PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor -USES= python +LICENSE= BSD3CLAUSE + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/textproc/rubygem-cssmin/pkg-descr b/textproc/rubygem-cssmin/pkg-descr index 84942eb6980c..411a814b6887 100644 --- a/textproc/rubygem-cssmin/pkg-descr +++ b/textproc/rubygem-cssmin/pkg-descr @@ -1,3 +1,3 @@ Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor. -WWW: https://github.com/rgrove/cssmin/ +WWW: https://github.com/rgrove/cssmin