cbe5ee3cbf
PR: ports/102749 Submitted by: Gea-Suan Lin <gslin at gslin.org>
22 lines
439 B
Makefile
22 lines
439 B
Makefile
# New ports collection makefile for: p5-Net-NIS
|
|
# Date created: 2006-09-01
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-NIS
|
|
PORTVERSION= 0.34
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Interface to Sun's Network Information Service
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::NIS.3 Net::NISTable.3
|
|
|
|
.include <bsd.port.mk>
|