d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
25 lines
483 B
Makefile
25 lines
483 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/07/12 22:07:39 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= communicate with DBus message system
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-DBus-0.33.6
|
|
REVISION= 0
|
|
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>
|