freebsd-ports/www/p5-HTML-MobileConverter/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00: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>