mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
e7029aacee
- reset maintainer PR: ports/118653 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
22 lines
396 B
Makefile
22 lines
396 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.43
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Interface to Sun's Network Information Service
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::NIS.3 Net::NISTable.3
|
|
|
|
.include <bsd.port.mk>
|