2010-10-18 14:36:45 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/10/18 18:36: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
|
2010-09-24 11:29:20 -04:00
|
|
|
REVISION= 1
|
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
|
|
|
|
|
|
|
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
|
|
|
|
|
|
|
# GPL/Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
RUN_DEPENDS= ::textproc/p5-XML-Twig
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
LIB_DEPENDS= dbus-1.>=6::x11/dbus
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|