aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-NIS-Listgroup/Makefile
blob: 1daad5a15ce04fd6dc88c82094d3ed4558a3704b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	Net-NIS-Listgroup
PORTVERSION=	1.0.0
PORTREVISION=	1
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Lists hosts/users in a netgroup group

RUN_DEPENDS=	p5-Net-NIS>0:${PORTSDIR}/net/p5-Net-NIS

USES=		perl5
USE_PERL5=	configure

MAN1=		listgroup.1
MAN3=		Net::NIS::Listgroup.3

.include <bsd.port.mk>