d57a6c7371
- Pass maintainership to submitter PR: ports/189251 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
19 lines
346 B
Makefile
19 lines
346 B
Makefile
# Created by: Bill Fenner <fenner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-NBName
|
|
PORTVERSION= 0.26
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Performs simple NetBIOS Name Service Requests
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|