mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
d57a6c7371
- Pass maintainership to submitter PR: ports/189251 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
20 lines
346 B
Makefile
20 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>
|