blob: c41abcfc22849be054da4e727b84c80f1ce99b14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= Net-DBus
PORTVERSION= 1.2.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl extension for the DBus message system
WWW= https://metacpan.org/release/Net-DBus
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libdbus-1.so:devel/dbus
RUN_DEPENDS= p5-XML-Twig>=0:textproc/p5-XML-Twig
USES= perl5 pkgconfig
USE_PERL5= configure
.include <bsd.port.mk>
|