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

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

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

USES=		python
USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>