26 lines
532 B
Makefile
26 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.24 2020/07/03 21:45:32 sthen Exp $
|
|
|
|
COMMENT= Perl API to the dbus inter-application messaging system
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-DBus-1.2.0
|
|
CATEGORIES= net x11
|
|
REVISION= 0
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c dbus-1 perl
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
MODCPAN_EG_DIR= examples
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-Twig
|
|
BUILD_DEPENDS= textproc/p5-XML-Twig
|
|
LIB_DEPENDS= x11/dbus
|
|
TEST_DEPENDS= devel/p5-Test-Pod-Coverage
|
|
|
|
.include <bsd.port.mk>
|