diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-01-16 10:28:27 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-01-16 10:28:27 +0000 |
commit | 6d13a9cc7668745e6c93e2b3ff03a3f45eec0955 (patch) | |
tree | a8623efdd426b8cf6c4b48e00bfea3bfec24f687 | |
parent | Update to 2.9.2 (diff) |
New port: textproc/rubygem-compass-blueprint
Compass extension for blueprint css framework.
WWW: https://github.com/Compass/compass-blueprint
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-compass-blueprint/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-compass-blueprint/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-compass-blueprint/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4a722ad3a601..67b83409ce34 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1524,6 +1524,7 @@ SUBDIR += rubygem-colored SUBDIR += rubygem-commonmarker SUBDIR += rubygem-compass + SUBDIR += rubygem-compass-blueprint SUBDIR += rubygem-compass-core SUBDIR += rubygem-compass-import-once SUBDIR += rubygem-creole diff --git a/textproc/rubygem-compass-blueprint/Makefile b/textproc/rubygem-compass-blueprint/Makefile new file mode 100644 index 000000000000..245947268a25 --- /dev/null +++ b/textproc/rubygem-compass-blueprint/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= compass-blueprint +PORTVERSION= 1.0.0 +CATEGORIES= textproc ruby +MASTER_SITES= RG + +MAINTAINER= t.zuehlsdorff@anymotion.de +COMMENT= Compass extension for blueprint css framework + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-compass>=0:textproc/rubygem-compass + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-compass-blueprint/distinfo b/textproc/rubygem-compass-blueprint/distinfo new file mode 100644 index 000000000000..0ecff6754d4f --- /dev/null +++ b/textproc/rubygem-compass-blueprint/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1547633457 +SHA256 (rubygem/compass-blueprint-1.0.0.gem) = 0b49cc7f20901ba1749be48ca0b2e415c3e0bc91ed47437fc135e7cc7e4568dc +SIZE (rubygem/compass-blueprint-1.0.0.gem) = 96256 diff --git a/textproc/rubygem-compass-blueprint/pkg-descr b/textproc/rubygem-compass-blueprint/pkg-descr new file mode 100644 index 000000000000..0c088aa3d086 --- /dev/null +++ b/textproc/rubygem-compass-blueprint/pkg-descr @@ -0,0 +1,3 @@ +Compass extension for blueprint css framework. + +WWW: https://github.com/Compass/compass-blueprint |