aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-MobileConverter/Makefile
blob: 091a6e3d5e612762e7124d2eae6e77efd7bd3729 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Dmitry Liakh <dliakh@ukr.net>

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>