diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-17 01:51:39 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-17 01:51:39 +0000 |
commit | b4a0c40ec4b0352903e9ce7e4405c2ea435e56ad (patch) | |
tree | 4bc8e5ebc04075784fdf389b75704353aefcc919 /textproc/rubygem-compass | |
parent | 90e2479eb201db5072679f15ed4b2b1e9d33ce3e (diff) | |
download | ports-b4a0c40ec4b0352903e9ce7e4405c2ea435e56ad.tar.gz ports-b4a0c40ec4b0352903e9ce7e4405c2ea435e56ad.zip |
Notes
Diffstat (limited to 'textproc/rubygem-compass')
-rw-r--r-- | textproc/rubygem-compass/Makefile | 26 | ||||
-rw-r--r-- | textproc/rubygem-compass/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-compass/pkg-descr | 4 |
3 files changed, 32 insertions, 0 deletions
diff --git a/textproc/rubygem-compass/Makefile b/textproc/rubygem-compass/Makefile new file mode 100644 index 000000000000..0f1fee235271 --- /dev/null +++ b/textproc/rubygem-compass/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: rubygem-compass +# Date created: 2011-10-07 +# Whom: Jason Helfman <jhelfman@experts-exchange.com> +# +# $FreeBSD$ +# + +PORTNAME= compass +PORTVERSION= 0.11.5 +CATEGORIES= textproc ruby +MASTER_SITES= RG + +MAINTAINER= jhelfman@experts-exchange.com +COMMENT= Provides an open-source CSS authoring framework + +RUN_DEPENDS= rubygem-sass>=3.1.8:${PORTSDIR}/textproc/rubygem-sass \ + rubygem-fssm>=0.2.7:${PORTSDIR}/sysutils/rubygem-fssm \ + rubygem-chunky_png>=1.2.5:${PORTSDIR}/graphics/rubygem-chunky_png + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/compass + +.include <bsd.port.mk> diff --git a/textproc/rubygem-compass/distinfo b/textproc/rubygem-compass/distinfo new file mode 100644 index 000000000000..3898e2838b0d --- /dev/null +++ b/textproc/rubygem-compass/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/compass-0.11.5.gem) = 6974c3000b47ff2dccf8c7b1164b658c5d020aee37db82f685116a013ee36d61 +SIZE (rubygem/compass-0.11.5.gem) = 1502208 diff --git a/textproc/rubygem-compass/pkg-descr b/textproc/rubygem-compass/pkg-descr new file mode 100644 index 000000000000..1aaf234805f5 --- /dev/null +++ b/textproc/rubygem-compass/pkg-descr @@ -0,0 +1,4 @@ +Compass is a Sass-based Stylesheet Framework that streamlines the creation and +maintainance of CSS. + +WWW: http://compass-style.org/ |