mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
New port: www/rubgem-hamlit
Hamlit is a high performance Haml implementation. WWW: https://github.com/k0kubun/hamlit Approved by: pi (mentor)
This commit is contained in:
parent
eef24cf81e
commit
5109ee6e69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421048
@ -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
|
||||
|
26
www/rubygem-hamlit/Makefile
Normal file
26
www/rubygem-hamlit/Makefile
Normal file
@ -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>
|
3
www/rubygem-hamlit/distinfo
Normal file
3
www/rubygem-hamlit/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1471442923
|
||||
SHA256 (rubygem/hamlit-2.6.0.gem) = 130dd9ad2b95d6937d6534ef6ebca5f35b71c03e70a7d4756aff5c3cfaa538ce
|
||||
SIZE (rubygem/hamlit-2.6.0.gem) = 69632
|
3
www/rubygem-hamlit/pkg-descr
Normal file
3
www/rubygem-hamlit/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Hamlit is a high performance Haml implementation.
|
||||
|
||||
WWW: https://github.com/k0kubun/hamlit
|
Loading…
Reference in New Issue
Block a user