a38b4de661
tweaks and ok merdely@
24 lines
514 B
Makefile
24 lines
514 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/11/20 19:11:24 simon Exp $
|
|
|
|
COMMENT= Log4j implementation for Perl
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Log-Log4perl-1.13
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
REGRESS_DEPENDS= ::devel/p5-Log-Dispatch \
|
|
::devel/p5-Log-Dispatch-FileRotate \
|
|
::databases/p5-DBD-CSV \
|
|
::net/rrdtool,-perl \
|
|
::textproc/p5-XML-DOM
|
|
|
|
.include <bsd.port.mk>
|