1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/rubygem-less/Makefile
Tobias Kortkamp 1bf865fed5
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines.  Instead of implementing
that just clean up the 51 ports that do this.

PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
2021-04-19 10:00:13 +02:00

23 lines
420 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
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>