04ed008112
This module removes unnecessary whitespace from CSS. The primary requirement developing this module is to not break working stylesheets: if working CSS is in input then working CSS is output. from Girish Venkatachalam ok merdely@, okan@
20 lines
368 B
Makefile
20 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/11 22:48:33 simon Exp $
|
|
|
|
COMMENT= minifies CSS files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= CSS-Minifier-0.01
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|