openbsd-ports/devel/p5-Log-Dispatch/Makefile
2005-05-14 18:09:32 +00:00

29 lines
596 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/05/14 18:09:32 msf Exp $
COMMENT= "dispatches messages to one or more outputs"
DISTNAME= Log-Dispatch-2.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic License
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
REGRESS_DEPENDS= ::devel/p5-File-Find-Rule
CONFIGURE_STYLE= perl modbuild
PKG_ARCH= *
.include <bsd.port.mk>