opnsense-ports/www/p5-HTML-MobileConverter/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

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>