1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/rubygem-less/Makefile
2010-12-08 20:49:38 +00:00

27 lines
548 B
Makefile

# New ports collection makefile for: ruby-less
# Date created: 2010-12-07
# Whom: 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:${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>