mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
d5b7f742bc
Changes: http://search.cpan.org/dist/CSS-Inliner/ChangeLog PR: ports/165991 Submitted by: sunpoet (myself) Approved by: Vick Khera <vivek@khera.org> (maintainer) Feature safe: yes
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# 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
|
|
PORTVERSION= 3674
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vivek@khera.org
|
|
COMMENT= Library for converting CSS blocks and files to inline styles
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-HTML-Query>=0.07:${PORTSDIR}/www/p5-HTML-Query \
|
|
p5-HTML-Tree>=4.2:${PORTSDIR}/www/p5-HTML-Tree \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CSS::Inliner.3 CSS::Inliner::Parser.3
|
|
PLIST_FILES= %%SITE_PERL%%/CSS/Inliner.pm \
|
|
%%SITE_PERL%%/CSS/Inliner/Parser.pm \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner/.packlist
|
|
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Inliner \
|
|
%%SITE_PERL%%/CSS/Inliner
|
|
PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS \
|
|
%%SITE_PERL%%/CSS
|
|
|
|
.include <bsd.port.mk>
|