mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
a956233024
PR: ports/99695 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
22 lines
556 B
Makefile
22 lines
556 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= fenner@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>
|