mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a7954db16b
into safekeeping due to inactivity.
21 lines
511 B
Makefile
21 lines
511 B
Makefile
# New ports collection makefile for: p5-Net-NBName
|
|
# Date created: 18 Feb 2006
|
|
# Whom: Bill Fenner <fenner@FreeBSD.Org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-NBName
|
|
PORTVERSION= 0.26
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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>
|