1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/rubygem-rtlit/Makefile
Sunpoet Po-Chuan Hsieh 42d79a98e5 - Add LICENSE
2015-05-23 15:38:23 +00:00

21 lines
339 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rtlit
PORTVERSION= 0.0.5
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= CSS left-to-right to right-to-left converter
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rtlit
.include <bsd.port.mk>