2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:35:52 espie Exp $
|
2007-11-21 16:12:18 -05:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= communicate with DBus message system
|
|
|
|
|
|
|
|
MODULES= cpan
|
2008-03-15 09:40:37 -04:00
|
|
|
DISTNAME= Net-DBus-0.33.6
|
2012-08-23 11:50:05 -04:00
|
|
|
REVISION= 5
|
2007-11-21 16:12:18 -05:00
|
|
|
CATEGORIES= net
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2007-11-21 16:12:18 -05:00
|
|
|
|
2011-03-24 18:03:34 -04:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
|
2007-11-21 16:12:18 -05:00
|
|
|
# GPL/Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-08-23 11:50:05 -04:00
|
|
|
WANTLIB += c dbus-1>=6
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= textproc/p5-XML-Twig
|
2007-11-21 16:12:18 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-19 17:31:32 -05:00
|
|
|
LIB_DEPENDS= x11/dbus
|
2007-11-21 16:12:18 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|