openbsd-ports/net/p5-Net-DBus/Makefile

25 lines
447 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:35:52 espie Exp $
SHARED_ONLY= Yes
COMMENT= communicate with DBus message system
MODULES= cpan
DISTNAME= Net-DBus-0.33.6
2012-08-23 11:50:05 -04:00
REVISION= 5
CATEGORIES= net
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
2011-03-24 18:03:34 -04:00
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# 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
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-19 17:31:32 -05:00
LIB_DEPENDS= x11/dbus
.include <bsd.port.mk>