summaryrefslogtreecommitdiff
path: root/www/p5-HTML-MobileConverter/Makefile
blob: b9b071949842e796c131df66950ea12e1dac3e53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
WWW=		https://metacpan.org/release/HTML-MobileConverter

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>