blob: cb6d48a2ba4014ebaed51f43deb59c57ec43e8a9 (
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
32
33
34
35
36
37
38
39
40
41
42
43
|
# New ports collection makefile for: p5-Net-DBus
# Date created: 2005-11-25
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-DBus
PORTVERSION= 1.0.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= novel@FreeBSD.org
COMMENT= Perl extension for the DBus message system
LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus
RUN_DEPENDS= p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \
p5-XML-Grove>=0:${PORTSDIR}/textproc/p5-XML-Grove \
p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
USE_GNOME= pkgconfig
PERL_CONFIGURE= yes
MAN3= Net::DBus::ASyncReply.3 Net::DBus::Annotation.3 Net::DBus::Tutorial.3 \
Net::DBus::RemoteObject.3 Net::DBus::Binding::Connection.3 \
Net::DBus::Binding::PendingCall.3 Net::DBus::RemoteService.3 \
Net::DBus::Tutorial::ExportingObjects.3 Net::DBus::Dumper.3 \
Net::DBus::Binding::Iterator.3 Net::DBus::Binding::Message.3 \
Net::DBus::Binding::Message::Signal.3 Net::DBus::Binding::Bus.3 \
Net::DBus::Binding::Server.3 Net::DBus::Binding::Watch.3 \
Net::DBus::Service.3 Net::DBus::Tutorial::UsingObjects.3\
Net::DBus.3 Net::DBus::Object.3 Net::DBus::Reactor.3 \
Net::DBus::Exporter.3 Net::DBus::Binding::Value.3 \
Net::DBus::Test::MockConnection.3 Net::DBus::Test::MockObject.3 \
Net::DBus::Binding::Introspector.3 Net::DBus::Callback.3 \
Net::DBus::Binding::Message::MethodReturn.3 \
Net::DBus::Binding::Message::MethodCall.3 \
Net::DBus::Binding::Message::Error.3 \
Net::DBus::Error.3 Net::DBus::Test::MockIterator.3 \
Net::DBus::Test::MockMessage.3
.include <bsd.port.mk>
|