openbsd-ports/net/p5-Net-DBus/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

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>