1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/p5-Net-NIS-Listgroup/Makefile
Martin Wilke 34deb41f75 - Add missing dependency.
- Pass maintainership to perl

PR:		133238
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-03-31 08:53:12 +00:00

26 lines
492 B
Makefile

# New ports collection makefile for: p5-Net-NIS-Listgroup
# Date created: 2006-09-01
# Whom: 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
PERL_CONFIGURE= yes
MAN1= listgroup.1
MAN3= Net::NIS::Listgroup.3
.include <bsd.port.mk>