4b64fee2fc
Approved by: portmgr (blanket infrastructure)
19 lines
395 B
Makefile
19 lines
395 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|