2006-07-21 14:23:04 +02:00
|
|
|
# New ports collection makefile for: p5-CSS
|
|
|
|
# Date created: 2006/07/21
|
|
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CSS
|
2008-05-18 08:47:38 +02:00
|
|
|
PORTVERSION= 1.08
|
2006-07-21 14:23:04 +02:00
|
|
|
CATEGORIES= textproc www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-21 14:23:04 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-10-03 17:34:44 +02:00
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
2006-07-21 14:23:04 +02:00
|
|
|
COMMENT= Object oriented access to Cascading Style Sheets (CSS)
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent
|
|
|
|
|
|
|
|
MAN3= CSS.3 CSS::Value.3 CSS::Parse::Compiled.3 CSS::Property.3 CSS::Parse::Heavy.3 \
|
|
|
|
CSS::Parse::PRDGrammar.3 CSS::Style.3 CSS::Parse::Lite.3 CSS::Selector.3 \
|
|
|
|
CSS::Adaptor::Debug.3 CSS::Adaptor::Pretty.3 CSS::Parse.3 CSS::Adaptor.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|