mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
24 lines
433 B
Makefile
24 lines
433 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= less
|
|
PORTVERSION= 1.2.21
|
|
#PORTREVISION= 0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= The LESS Ruby gem compiles LESS code to CSS
|
|
|
|
RUN_DEPENDS= rubygem-treetop>=1.4.2:devel/rubygem-treetop \
|
|
rubygem-mutter>=0.4.2:devel/rubygem-mutter
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/lessc
|
|
|
|
.include <bsd.port.mk>
|