Files
bsdports/perl/p5-Net-NBName/Makefile
2019-12-26 07:26:06 +00:00

18 lines
259 B
Makefile

#
# $Id$
#
PORTNAME= Net-NBName
PORTVERSION= 0.26
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Performs simple NetBIOS Name Service Requests
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF