aboutsummaryrefslogtreecommitdiffstats
path: root/www/ljdeps/Makefile
blob: 5f60197632b95d856c297d433f8e68eff1093e2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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>