5c52aa7125
DOM recommendation. The CSS::DOM class itself implements the StyleSheet and CSSStyleSheet DOM interfaces. WWW: http://search.cpan.org/dist/CSS-DOM/ PR: ports/128901 Submitted by: Gea-Suan Lin <gslin at gslin.org>
41 lines
917 B
Makefile
41 lines
917 B
Makefile
# New ports collection makefile for: p5-CSS-DOM
|
|
# Date created: 2008-11-16
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CSS-DOM
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CSS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Document Object Model for Cascading Style Sheets
|
|
|
|
RUN_DEPENDS= p5-constant-lexical>0:${PORTSDIR}/devel/p5-constant-lexical
|
|
|
|
PERL_CONFIGURE= yes
|
|
USE_PERL5= 5.8.8+
|
|
|
|
MAN3= CSS::DOM.3 \
|
|
CSS::DOM::Array.3 \
|
|
CSS::DOM::Exception.3 \
|
|
CSS::DOM::Interface.3 \
|
|
CSS::DOM::MediaList.3 \
|
|
CSS::DOM::Parser.3 \
|
|
CSS::DOM::Rule.3 \
|
|
CSS::DOM::Rule::FontFace.3 \
|
|
CSS::DOM::Rule::Import.3 \
|
|
CSS::DOM::Rule::Media.3 \
|
|
CSS::DOM::Rule::Page.3 \
|
|
CSS::DOM::Rule::Style.3 \
|
|
CSS::DOM::RuleList.3 \
|
|
CSS::DOM::Style.3 \
|
|
CSS::DOM::StyleSheetList.3 \
|
|
CSS::DOM::Value.3 \
|
|
CSS::DOM::Value::Primitive.3
|
|
|
|
.include <bsd.port.mk>
|