summaryrefslogtreecommitdiff
path: root/textproc/rubygem-cssmin/Makefile
blob: c629b5bfb1e46cbf3813f6f2f45833602a2682b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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

USE_RUBY=	yes
USE_PYTHON=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

NO_STAGE=	yes
.include <bsd.port.mk>