2006-02-18 19:13:08 +01:00
|
|
|
# New ports collection makefile for: p5-Net-NBName
|
|
|
|
# Date created: 18 Feb 2006
|
|
|
|
# Whom: Bill Fenner <fenner@FreeBSD.Org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-NBName
|
2006-07-14 18:13:05 +02:00
|
|
|
PORTVERSION= 0.26
|
2006-02-18 19:13:08 +01:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-02-19 05:22:11 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
2006-02-18 19:13:08 +01:00
|
|
|
|
2008-04-29 07:36:38 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-02-18 19:13:08 +01:00
|
|
|
COMMENT= Performs simple NetBIOS Name Service Requests
|
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Net::NBName.3 Net::NBName::NameQuery.3 Net::NBName::NameQuery::RR.3 \
|
|
|
|
Net::NBName::NodeStatus.3 Net::NBName::NodeStatus::RR.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|