freebsd-ports/www/ljdeps/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

33 lines
995 B
Makefile

# Created by: Ryan T. Dean <rtdean@cytherianage.net>
# $FreeBSD$
PORTNAME= ljdeps
PORTVERSION= 1.0
PORTREVISION= 6
CATEGORIES= www perl5
MAINTAINER= ports@FreeBSD.org
COMMENT= Meta-port to install all the perl modules used by LiveJournal
RUN_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet \
p5-Image-Size>=0:graphics/p5-Image-Size \
p5-MIME-Tools>=0:mail/p5-MIME-Tools \
p5-MIME-Lite>=0:mail/p5-MIME-Lite \
p5-URI>=0:net/p5-URI \
p5-HTML-Tagset>=0:www/p5-HTML-Tagset \
p5-HTML-Parser>=0:www/p5-HTML-Parser \
p5-libwww>=0:www/p5-libwww \
p5-Time-modules>=0:devel/p5-Time-modules \
p5-GD>=0:graphics/p5-GD \
p5-GD-Graph>=0:graphics/p5-GD-Graph \
p5-GD-TextUtil>=0:graphics/p5-GD-TextUtil \
p5-Data-ShowTable>=0:devel/p5-Data-ShowTable \
p5-DBD-mysql>=0:databases/p5-DBD-mysql \
p5-Proc-ProcessTable>=0:devel/p5-Proc-ProcessTable \
p5-SOAP-Lite>=0:net/p5-SOAP-Lite \
p5-Unicode-MapUTF8>=0:converters/p5-Unicode-MapUTF8
USES= metaport perl5
.include <bsd.port.mk>