blob: 33c7b64dfdf4a54d9d6bb81936cc8f9481b38b53 (
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
|
PORTNAME= Net-DBus
PORTVERSION= 1.2.0
PORTREVISION= 2
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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DBus/DBus.so
.include <bsd.port.mk>
|