Prune x11/hotwire-shell
[dports.git] / textproc / p5-CSS-Squish / Makefile
1 # Created by: Aaron Dalton <aaron@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       CSS-Squish
5 PORTVERSION=    0.10
6 PORTREVISION=   1
7 CATEGORIES=     textproc www perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Compact many CSS files into one big file
13
14 RUN_DEPENDS=    p5-URI>=0:net/p5-URI
15 BUILD_DEPENDS:= ${RUN_DEPENDS} \
16                 p5-Test-LongString>=0:devel/p5-Test-LongString
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>