1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net/p5-Net-NIS-Listgroup/Makefile
Cheng-Lung Sung 5fa4324fa1 Add p5-Net-NIS-Listgroup 1.0.0, lists hosts/users in a netgroup group.
PR:		ports/102748
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-20 02:40:34 +00:00

24 lines
465 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
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Lists hosts/users in a netgroup group
PERL_CONFIGURE= yes
MAN1= listgroup.1
MAN3= Net::NIS::Listgroup.3
.include <bsd.port.mk>