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

29 lines
596 B
Makefile
Raw Normal View History

2005-05-14 14:09:32 -04:00
# $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
2005-05-14 14:09:32 -04:00
REGRESS_DEPENDS= ::devel/p5-File-Find-Rule
CONFIGURE_STYLE= perl modbuild
PKG_ARCH= *
.include <bsd.port.mk>