freebsd-ports/www/p5-CSS-Inliner/Makefile
Sunpoet Po-Chuan Hsieh 36d402c7fd - Update to 3471
- Add BUILD_DEPENDS and TEST_DEPENDS

Changes:	http://search.cpan.org/dist/CSS-Inliner/ChangeLog
PR:		ports/163308
Submitted by:	sunpoet (myself)
Approved by:	Vick Khera <vivek@khera.org> (maintainer)
2011-12-16 01:25:27 +00:00

39 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= 3471
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>