summaryrefslogtreecommitdiff
path: root/devel/p5-AnyEvent-DBus/Makefile
blob: 0acca0aac0726f50230ec00e20c780b6efe3a5c4 (plain)
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: Sahil Tandon <sahil@FreeBSD.org>
# $FreeBSD$

PORTNAME=	AnyEvent-DBus
PORTVERSION=	0.31
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Seamlessly integrate Net::DBus into AnyEvent

BUILD_DEPENDS=	p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
		p5-Net-DBus>=0.33:${PORTSDIR}/devel/p5-Net-DBus \
		p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense
RUN_DEPENDS=	p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
		p5-Net-DBus>=0.33:${PORTSDIR}/devel/p5-Net-DBus \
		p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>