naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

26 lines
535 B
Makefile

# $OpenBSD: Makefile,v 1.18 2016/03/20 19:56:52 naddy Exp $
COMMENT= Perl API to the dbus inter-application messaging system
MODULES= cpan
DISTNAME= Net-DBus-1.1.0
CATEGORIES= net x11
REVISION= 0
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += 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>