blob: 59f7abf0037b9ea1e6e822d7ce64b2ede174fe6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-CSS-Minifier
# Date created: 2011-09-03
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= CSS-Minifier
PORTVERSION= 0.01
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl extension for minifying CSS
PERL_CONFIGURE= yes
MAN3= CSS::Minifier.3
.include <bsd.port.mk>
|