summaryrefslogtreecommitdiff
path: root/net/p5-Net-Ident/Makefile
blob: 60bc8a7453dbefffb89e8fe0fc9a9673f67b87f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.1.1.1 2005/10/16 17:42:46 heinz Exp $
#

DISTNAME=		Net-Ident-1.20
PKGNAME=		p5-${DISTNAME}
SVR4_PKGNAME=		p5nid
CATEGORIES=		net perl5
MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Net/}

MAINTAINER=		heinz@NetBSD.org
HOMEPAGE=		http://search.cpan.org/dist/Net-Ident/
COMMENT=		Perl module implementing the client side of the ident protocol

PKG_INSTALLATION_TYPES=	overwrite pkgviews

USE_LANGUAGES=		#empty

PERL5_PACKLIST=		auto/Net/Ident/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"