diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-29 23:00:11 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-29 23:00:11 +0000 |
| commit | 90afffdafe319ba3a33d52ed84197f03cb51769a (patch) | |
| tree | 4a9f5eb9838a562a70ed82c9c138ef6c6546a591 /textproc/rubygem-compass | |
| parent | db30ceffac9aeb0ba7efe5b9b6c91db0e9301188 (diff) | |
Notes
Diffstat (limited to 'textproc/rubygem-compass')
| -rw-r--r-- | textproc/rubygem-compass/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/rubygem-compass/Makefile b/textproc/rubygem-compass/Makefile index 84256812a096..e4f1d0306061 100644 --- a/textproc/rubygem-compass/Makefile +++ b/textproc/rubygem-compass/Makefile @@ -9,12 +9,14 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Provides an open-source CSS authoring framework -RUN_DEPENDS= rubygem-sass>=3.1:${PORTSDIR}/textproc/rubygem-sass \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-chunky_png>=1.2:${PORTSDIR}/graphics/rubygem-chunky_png \ rubygem-fssm>=0.2.7:${PORTSDIR}/sysutils/rubygem-fssm \ - rubygem-chunky_png>=1.2:${PORTSDIR}/graphics/rubygem-chunky_png + rubygem-sass>=3.1:${PORTSDIR}/textproc/rubygem-sass -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/compass |
