head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.53;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.06.06.10.43.19;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2012.04.18.20.00.30;	author ehaupt;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Reddit
# Date created:				18 Apr 2012
# Whom:					Emanuel Haupt <ehaupt@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Reddit/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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=	p5-Module-Install>=0:${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>
@


1.2
log
@Get rid of ${SITE_PERL} in *_DEPENDS

Submitted by:	az
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Add p5-Reddit, a perl module for interacting with Reddit.
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install \
@

