1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/textproc/p5-CSS-Tiny/Makefile
Rong-En Fan 7e25e2fc64 - Update to 1.14
PR:		ports/102880
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Approved by:	Hansjoerg Pehofer <hansjoerg.pehofer at uibk.ac.at> (maintainer)
2006-09-12 04:52:00 +00:00

32 lines
717 B
Makefile

# 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>