aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-CSS-Tiny/Makefile
blob: 3b46b922904a29c00b98c222928032e1bcc9dd3d (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
# 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.17
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
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.mk>