diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:48:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:48:10 +0800 |
commit | aabb4d2dddf8df2b287809366a40a8a596f2b07f (patch) | |
tree | 7668abe2d811c9ddab125f0cc5b81a984485eb73 /net | |
parent | c48cca8eb7aa5adcaff587d354e685d715abf255 (diff) | |
download | freebsd-ports-gnome-aabb4d2dddf8df2b287809366a40a8a596f2b07f.tar.gz freebsd-ports-gnome-aabb4d2dddf8df2b287809366a40a8a596f2b07f.tar.zst freebsd-ports-gnome-aabb4d2dddf8df2b287809366a40a8a596f2b07f.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189251
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-NBName/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Net-NBName/Makefile b/net/p5-Net-NBName/Makefile index 97e685dfb837..c44b2ba02430 100644 --- a/net/p5-Net-NBName/Makefile +++ b/net/p5-Net-NBName/Makefile @@ -7,9 +7,12 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Performs simple NetBIOS Name Service Requests +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |