aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Hiveminder/Makefile
blob: f2ecebbc70d030472ae60671dec62276961cab2e (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
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Net-Hiveminder
PORTVERSION=	0.08
PORTREVISION=	2
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl interface to hiveminder.com

RUN_DEPENDS=	p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \
		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
		p5-Term-Encoding>=0:${PORTSDIR}/devel/p5-Term-Encoding \
		p5-Net-Jifty>=0:${PORTSDIR}/net/p5-Net-Jifty \
		p5-Number-RecordLocator>=0:${PORTSDIR}/converters/p5-Number-RecordLocator
BUILD_DEPENDS:=	${RUN_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>