diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:47:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 16:47:53 +0800 |
commit | bd8b5a611c75bf8c0d14efdb503a5a10318a9aa4 (patch) | |
tree | 1284ac058f98ee6bec13fb7ac8b37d8fdb9b9099 /net | |
parent | 0838197e9ec96f58fa69ce4dd7b328b1f20f83ea (diff) | |
download | freebsd-ports-gnome-bd8b5a611c75bf8c0d14efdb503a5a10318a9aa4.tar.gz freebsd-ports-gnome-bd8b5a611c75bf8c0d14efdb503a5a10318a9aa4.tar.zst freebsd-ports-gnome-bd8b5a611c75bf8c0d14efdb503a5a10318a9aa4.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189241
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-SFTP/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Net-SFTP/Makefile b/net/p5-Net-SFTP/Makefile index 9256b58308d2..ea600b04b25d 100644 --- a/net/p5-Net-SFTP/Makefile +++ b/net/p5-Net-SFTP/Makefile @@ -7,9 +7,12 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl5 module implementing Secure File Transfer Protocol client +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Net-SSH-Perl>=0:${PORTSDIR}/net/p5-Net-SSH-Perl RUN_DEPENDS:= ${BUILD_DEPENDS} |