diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2016-08-29 10:17:49 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2016-08-29 10:17:49 +0000 |
commit | 5109ee6e695b61e43605faaf5c3f465622e755ca (patch) | |
tree | c145d2504a3465242a675faf03440b94fcb27d96 | |
parent | eef24cf81ed1cd16f8e0fc087cebd719ef65de0c (diff) | |
download | ports-5109ee6e695b61e43605faaf5c3f465622e755ca.tar.gz ports-5109ee6e695b61e43605faaf5c3f465622e755ca.zip |
New port: www/rubgem-hamlit
Hamlit is a high performance Haml implementation.
WWW: https://github.com/k0kubun/hamlit
Approved by: pi (mentor)
Notes
Notes:
svn path=/head/; revision=421048
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-hamlit/Makefile | 26 | ||||
-rw-r--r-- | www/rubygem-hamlit/distinfo | 3 | ||||
-rw-r--r-- | www/rubygem-hamlit/pkg-descr | 3 |
4 files changed, 33 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2937618b0aed..447610dd4316 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1927,6 +1927,7 @@ SUBDIR += rubygem-haml-contrib SUBDIR += rubygem-haml-rails SUBDIR += rubygem-haml-rails-rails4 + SUBDIR += rubygem-hamlit SUBDIR += rubygem-hashicorp-checkpoint SUBDIR += rubygem-heroku SUBDIR += rubygem-heroku-api diff --git a/www/rubygem-hamlit/Makefile b/www/rubygem-hamlit/Makefile new file mode 100644 index 000000000000..cc5c7a461987 --- /dev/null +++ b/www/rubygem-hamlit/Makefile @@ -0,0 +1,26 @@ +# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= hamlit +PORTVERSION= 2.6.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= High Performance Haml Implementation + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-temple>=0.7.6:devel/rubygem-temple \ + rubygem-thor>=0:devel/rubygem-thor \ + rubygem-tilt>=0:devel/rubygem-tilt + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +PLIST_FILES= bin/hamlit + +.include <bsd.port.mk> diff --git a/www/rubygem-hamlit/distinfo b/www/rubygem-hamlit/distinfo new file mode 100644 index 000000000000..42f4ca821c94 --- /dev/null +++ b/www/rubygem-hamlit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1471442923 +SHA256 (rubygem/hamlit-2.6.0.gem) = 130dd9ad2b95d6937d6534ef6ebca5f35b71c03e70a7d4756aff5c3cfaa538ce +SIZE (rubygem/hamlit-2.6.0.gem) = 69632 diff --git a/www/rubygem-hamlit/pkg-descr b/www/rubygem-hamlit/pkg-descr new file mode 100644 index 000000000000..24659a28c8cf --- /dev/null +++ b/www/rubygem-hamlit/pkg-descr @@ -0,0 +1,3 @@ +Hamlit is a high performance Haml implementation. + +WWW: https://github.com/k0kubun/hamlit |