2009-11-28 14:26:18 +01:00
|
|
|
# New ports collection makefile for: p5-HTML-Query
|
|
|
|
# Date created: Sat Oct 10 17:28:20 EDT 2009
|
|
|
|
# Whom: Vivek Khera <vivek@khera.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CSS-Inliner
|
2012-03-13 14:28:10 +01:00
|
|
|
PORTVERSION= 3674
|
2009-11-28 14:26:18 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= vivek@khera.org
|
2010-11-04 16:18:38 +01:00
|
|
|
COMMENT= Library for converting CSS blocks and files to inline styles
|
2009-11-28 14:26:18 +01:00
|
|
|
|
2011-07-13 08:41:45 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-12-16 02:25:27 +01:00
|
|
|
BUILD_DEPENDS= p5-HTML-Query>=0.07:${PORTSDIR}/www/p5-HTML-Query \
|
2011-10-18 07:12:33 +02:00
|
|
|
p5-HTML-Tree>=4.2:${PORTSDIR}/www/p5-HTML-Tree \
|
2010-11-04 16:18:38 +01:00
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
2011-12-16 02:25:27 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
2009-11-28 14:26:18 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2011-07-13 08:41:45 +02:00
|
|
|
MAN3= CSS::Inliner.3 CSS::Inliner::Parser.3
|
2009-11-28 14:26:18 +01:00
|
|
|
PLIST_FILES= %%SITE_PERL%%/CSS/Inliner.pm \
|
2011-07-13 08:41:45 +02:00
|
|
|
%%SITE_PERL%%/CSS/Inliner/Parser.pm \
|
2009-11-28 14:26:18 +01:00
|
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner/.packlist
|
2011-07-13 08:41:45 +02:00
|
|
|
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner \
|
|
|
|
%%SITE_PERL%%/CSS/Inliner
|
|
|
|
PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS \
|
|
|
|
%%SITE_PERL%%/CSS
|
2009-11-28 14:26:18 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|