aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-CSS-Tiny/Makefile
blob: 55e7b3b8bca500bb7b647ba04b398920123f70b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	p5-CSS-Tiny
# Date created:		2003-10-31
# Whom:			Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
#
# $FreeBSD$
#

PORTNAME=	CSS-Tiny
PORTVERSION=	1.14
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CSS
PKGNAMEPREFIX=	p5-

MAINTAINER=	hansjoerg.pehofer@uibk.ac.at
COMMENT=	Read/Write .css files with as little code as possible

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		CSS::Tiny.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL}	<	500504
IGNORE=		requires perl 5.5.4 or later. Install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>