pkgsrc/net/p5-Net-Ident/Makefile
mef 2d3492c9e7 (net/p5-Net-Ident) Updated to 1.25
1.25 Sat Jan 18 2020
    - Enable github actions testing
    - Switch to README.md and point to testing status
    - Fix spelling typo provided by Debian project
    - Switch primary tracker to github issues
    - Remove META.yml from source control
2020-04-18 13:30:26 +00:00

22 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.25 2020/04/18 13:30:26 mef Exp $
#
DISTNAME= Net-Ident-1.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Net-Ident
COMMENT= Perl module implementing the client side of the ident protocol
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= #empty
PERL5_PACKLIST= auto/Net/Ident/.packlist
pre-configure:
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"