aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-cssmin/Makefile
blob: 490d3646afe0fb776a0d28de1cbedcf5e140574e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
WWW=		https://github.com/rgrove/cssmin

LICENSE=	BSD3CLAUSE

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>