pkgsrc/net/p5-Net-Ident/Makefile

23 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.21 2017/06/05 14:24:20 ryoon Exp $
#
DISTNAME= Net-Ident-1.24
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/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"