aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-jsmin
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 00:06:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 00:06:37 +0000
commit8e8005c614081f83f417e4f9d53880f8901ba422 (patch)
treefe721e0aaf6faa1b3d15d9da4c6c89e4906f8d2c /textproc/rubygem-jsmin
parent368d90661af83f687a7dc9306292f419eb5e30e4 (diff)
downloadports-8e8005c614081f83f417e4f9d53880f8901ba422.tar.gz
ports-8e8005c614081f83f417e4f9d53880f8901ba422.zip
- Add LICENSE
- Remove USES=python - Update WWW - Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=387221
Diffstat (limited to 'textproc/rubygem-jsmin')
-rw-r--r--textproc/rubygem-jsmin/Makefile4
-rw-r--r--textproc/rubygem-jsmin/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/rubygem-jsmin/Makefile b/textproc/rubygem-jsmin/Makefile
index 164884974a9b..9ef78588e643 100644
--- a/textproc/rubygem-jsmin/Makefile
+++ b/textproc/rubygem-jsmin/Makefile
@@ -2,13 +2,15 @@
PORTNAME= jsmin
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby implementation of Douglas Crockford's JSMin JavaScript minifier
-USES= python
+LICENSE= MIT
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/textproc/rubygem-jsmin/pkg-descr b/textproc/rubygem-jsmin/pkg-descr
index 2e4128de663e..73212b1ecf86 100644
--- a/textproc/rubygem-jsmin/pkg-descr
+++ b/textproc/rubygem-jsmin/pkg-descr
@@ -1,3 +1,3 @@
Ruby implementation of Douglas Crockford's JSMin JavaScript minifier.
-WWW: http://github.com/rgrove/jsmin/
+WWW: https://github.com/rgrove/jsmin