diff options
Diffstat (limited to 'www/rubygem-hamlit-gitlab/Makefile')
| -rw-r--r-- | www/rubygem-hamlit-gitlab/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www/rubygem-hamlit-gitlab/Makefile b/www/rubygem-hamlit-gitlab/Makefile new file mode 100644 index 000000000000..cee3661672a3 --- /dev/null +++ b/www/rubygem-hamlit-gitlab/Makefile @@ -0,0 +1,26 @@ +PORTNAME= hamlit +PORTVERSION= 3.0.3 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= High Performance Haml Implementation +WWW= https://github.com/k0kubun/hamlit + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-temple>=0.8.2:devel/rubygem-temple \ + rubygem-thor>=0:devel/rubygem-thor \ + rubygem-tilt>=0:devel/rubygem-tilt + +USES= gem shebangfix + +PLIST_FILES= bin/hamlit + +PORTSCOUT= limit:^3\. + +SHEBANG_FILES= bin/ruby bin/setup bin/test + +.include <bsd.port.mk> |
