aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Reddit/Makefile
blob: 45b264f5a0ca52b6c24cc097f3ae051d9eab5b64 (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
# New ports collection makefile for:    p5-Reddit
# Date created:             18 Apr 2012
# Whom:                 Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Reddit
PORTVERSION=    0.3.02.20120418
CATEGORIES= www perl5
MASTER_SITES=   CRITICAL
PKGNAMEPREFIX=  p5-

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Module for interacting with Reddit

BUILD_DEPENDS=  ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install \
        p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
        p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
        p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense
RUN_DEPENDS=    p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
        p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense \
        p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \
        p5-HTTP-Cookies>=6:${PORTSDIR}/www/p5-HTTP-Cookies \
        p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww

PERL_CONFIGURE= yes

MAN3=       Reddit.3

.include <bsd.port.mk>