15 lines
254 B
Makefile
15 lines
254 B
Makefile
COMMENT= module to send Log::Any logs to a subroutine
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Log-Any-Adapter-Callback-0.101
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
RUN_DEPENDS = devel/p5-Log-Any
|
|
|
|
.include <bsd.port.mk>
|