66d7c2ffac
Upstream changes: 1.005 - 2021-04-11 Added Added support for logcluck. loginfo, and logdebug. Changed Updated socktype handling to comply with the current language interface. Moved from Drone CI to Github Actions, automating upload to CPAN. 1.004 - 2021-02-13 Changed Moved from Travis CI with Coveralls to Drone CI with CodeCov.
17 lines
479 B
Makefile
17 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.35 2021/07/05 07:27:37 wen Exp $
|
|
|
|
DISTNAME= Log-Agent-1.005
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
EXTRACT_USING= gtar
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Log-Agent
|
|
COMMENT= General logging framework aimed at reusable modules
|
|
LICENSE= artistic-2.0
|
|
|
|
PERL5_PACKLIST= auto/Log/Agent/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|