openbsd-ports/devel/p5-Log-Dispatch/Makefile

25 lines
505 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2008/10/06 08:15:32 jasper Exp $
COMMENT= dispatches messages to one or more outputs
MODULES= cpan
DISTNAME= Log-Dispatch-2.21
CATEGORIES= devel
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Params-Validate
2005-05-14 14:09:32 -04:00
REGRESS_DEPENDS= ::devel/p5-File-Find-Rule
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>