aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-cssmin/Makefile
blob: 69f6246143d2225e05469ef79154fb046dbdf660 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	cssmin
PORTVERSION=	1.0.3
PORTREVISION=	1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor

LICENSE=	BSD3CLAUSE

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>