1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/p5-CSS-Inliner/Makefile
Frederic Culot 8868d2ad9d - Update to 3936
Changes:	http://search.cpan.org/dist/CSS-Inliner/ChangeLog
PR:		ports/185809
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2014-01-18 08:14:23 +00:00

27 lines
643 B
Makefile

# Created by: Vivek Khera <vivek@khera.org>
# $FreeBSD$
PORTNAME= CSS-Inliner
PORTVERSION= 3936
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.08:${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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>