mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
00f8e03b2e
Converts CSS files from left-to-right to right-to-left WWW: https://github.com/zohararad/rtlit
19 lines
324 B
Makefile
19 lines
324 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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
PLIST_FILES= bin/rtlit
|
|
|
|
.include <bsd.port.mk>
|