aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-less/Makefile
blob: 456331e9c01756bd83d1ce9b074bcb1efbea5cc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/lessc

.include <bsd.port.mk>