22 lines
438 B
Makefile
22 lines
438 B
Makefile
# $OpenBSD: Makefile,v 1.12 2011/06/14 12:44:48 jasper Exp $
|
|
|
|
COMMENT= dispatches messages to one or more outputs
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Log-Dispatch-2.29
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# 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
|
|
|
|
REGRESS_DEPENDS= devel/p5-File-Find-Rule
|
|
|
|
.include <bsd.port.mk>
|