2013-05-08 10:04:04 +02:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2012-04-18 22:00:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Reddit
|
|
|
|
PORTVERSION= 0.3.02.20120418
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2012-04-18 22:00:30 +02:00
|
|
|
CATEGORIES= www perl5
|
2015-01-06 10:40:42 +01:00
|
|
|
MASTER_SITES= LOCAL/ehaupt
|
2012-04-18 22:00:30 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= Module for interacting with Reddit
|
|
|
|
|
2012-06-06 12:43:19 +02:00
|
|
|
BUILD_DEPENDS= p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
|
2012-04-18 22:00:30 +02:00
|
|
|
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
|
|
|
|
|
2013-09-02 20:23:34 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2012-04-18 22:00:30 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|