f8a65e4c1b
The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980
21 lines
389 B
Makefile
21 lines
389 B
Makefile
# Created by: Horia Racoviceanu <horia@racoviceanu.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= haml-contrib
|
|
PORTVERSION= 1.0.0.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Addons for the Ruby implementation of the Haml template language
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-haml>=4.0.0:www/rubygem-haml
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|