blob: 788a3e27d1f9d4f6a337a6eab91b31f54463e223 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|