freebsd-ports/www/rubygem-hamlit26/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

28 lines
567 B
Makefile

# $FreeBSD$
PORTNAME= hamlit
PORTVERSION= 2.6.2
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 26
MAINTAINER= mfechner@FreeBSD.org
COMMENT= High Performance Haml Implementation
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-temple07>=0.7.6:devel/rubygem-temple07 \
rubygem-thor>=0:devel/rubygem-thor \
rubygem-tilt>=0:devel/rubygem-tilt
CONFLICTS_INSTALL= rubygem-hamlit
PORTSCOUT= limit:^2\.6\.
USES= gem shebangfix
USE_RUBY= yes
SHEBANG_FILES= bin/setup bin/test bin/ruby
PLIST_FILES= bin/hamlit
.include <bsd.port.mk>