aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-compass-rails/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-06 15:23:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-06 15:23:38 +0000
commit12c11a29de9ead85bd59fcf1c54832182c6442b2 (patch)
tree15ee1163be936dd901159215c59b014558479893 /textproc/rubygem-compass-rails/Makefile
parente07572fcc26f20c98cd1dd68b21fec9ef2999d67 (diff)
downloadports-12c11a29de9ead85bd59fcf1c54832182c6442b2.tar.gz
ports-12c11a29de9ead85bd59fcf1c54832182c6442b2.zip
- Update to 1.1.2
- Add LICENSE - Remove contiguous blank lines Changes: https://github.com/Compass/compass-rails/commits/master
Notes
Notes: svn path=/head/; revision=335757
Diffstat (limited to 'textproc/rubygem-compass-rails/Makefile')
-rw-r--r--textproc/rubygem-compass-rails/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/rubygem-compass-rails/Makefile b/textproc/rubygem-compass-rails/Makefile
index 19a5355818a1..ce7cbacf950e 100644
--- a/textproc/rubygem-compass-rails/Makefile
+++ b/textproc/rubygem-compass-rails/Makefile
@@ -1,18 +1,19 @@
# $FreeBSD$
PORTNAME= compass-rails
-PORTVERSION= 1.0.3
+PORTVERSION= 1.1.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Integrate Compass into Rails 2.3 and up
+LICENSE= MIT
+
RUN_DEPENDS= rubygem-compass>=0.12.2:${PORTSDIR}/textproc/rubygem-compass
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-
.include <bsd.port.mk>