CSS::Simple is an interface through which to read/write/manipulate CSS files while respecting the cascade order. WWW: http://search.cpan.org/dist/CSS-Simple PR: ports/151798 Submitted by: Vivek Khera <vivek@khera.org> Approved by: pgollucci (mentor, implicit)
29 lines
775 B
Makefile
29 lines
775 B
Makefile
# New ports collection makefile for: p5-CSS-Simple
|
|
# Date created: Thu Oct 28 09:56:23 EDT 2010
|
|
# Whom: Vivek Khera <vivek@khera.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CSS-Simple
|
|
PORTVERSION= 2874
|
|
CATEGORIES= textproc www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vivek@khera.org
|
|
COMMENT= Interface through which to read/write/manipulate CSS files
|
|
|
|
BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
|
|
RUN_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CSS::Simple.3
|
|
PLIST_FILES= %%SITE_PERL%%/CSS/Simple.pm \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Simple/.packlist
|
|
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Simple \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS \
|
|
%%SITE_PERL%%/CSS
|
|
|
|
.include <bsd.port.mk>
|