72ea7e696b
With hat: portmgr Sponsored by: Absolight
20 lines
387 B
Makefile
20 lines
387 B
Makefile
# Created by: Dmitry Liakh <dliakh@ukr.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-MobileConverter
|
|
PORTVERSION= 0.011
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dliakh@ukr.net
|
|
COMMENT= HTML Converter for mobile agent
|
|
|
|
RUN_DEPENDS= p5-HTML-Parser>=3.45:www/p5-HTML-Parser \
|
|
p5-URI>=1.33:net/p5-URI
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|