head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.03.04;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2010.12.08.20.48.49;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2010.12.08.09.57.43;	author nivit;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ruby-less
# Date created:		2010-12-07
# Whom:			Nicola Vitale <nivit@@FreeBSD.org>
#
# $FreeBSD: head/www/rubygem-less/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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:${PORTSDIR}/devel/rubygem-treetop \
		rubygem-mutter>=0.4.2:${PORTSDIR}/devel/rubygem-mutter

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/lessc

.include <bsd.port.mk>
@


1.2
log
@- Fix dependency versions
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@LESS extends CSS with: variables, mixins, operations and nested rules.
Best of all, LESS uses existing CSS syntax. This means you can rename
your current .css files to .less and they'll just work.

WWW:	http://lesscss.org/
@
text
@d17 2
a18 2
RUN_DEPENDS=	rubygem-treetop>=1.4.9:${PORTSDIR}/devel/rubygem-treetop \
		rubygem-mutter>=0.5.3:${PORTSDIR}/devel/rubygem-mutter
@

