f1cf6fb2d8
Parses HTML and returns new HTML for mobile agent (mainly for DoCoMo i-mode). WWW: http://search.cpan.org/dist/HTML-MobileConverter/ PR: ports/157940 Submitted by: Dmitry Liakh <dliakh@ukr.net>
24 lines
503 B
Makefile
24 lines
503 B
Makefile
# New ports collection makefile for: p5-HTML-MobileConverter
|
|
# Date created: Jun 08 2011
|
|
# Whom: Dmitry Liakh <dliakh@ukr.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-MobileConverter
|
|
PORTVERSION= 0.011
|
|
CATEGORIES= www
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dliakh@ukr.net
|
|
COMMENT= HTML Converter for mobile agent
|
|
|
|
RUN_DEPENDS= p5-HTML-Parser>=3.45:${PORTSDIR}/www/p5-HTML-Parser \
|
|
p5-URI>=1.33:${PORTSDIR}/net/p5-URI
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::MobileConverter.3
|
|
|
|
.include <bsd.port.mk>
|