1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/www/rubygem-less/Makefile
Philip M. Gollucci 4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00

25 lines
487 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:${PORTSDIR}/devel/rubygem-treetop \
rubygem-mutter>=0.4.2:${PORTSDIR}/devel/rubygem-mutter
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/lessc
.include <bsd.port.mk>