25 lines
483 B
Makefile
25 lines
483 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/09/24 15:32:34 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= communicate with DBus message system
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-DBus-0.33.6
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
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>
|