diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-25 17:11:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-25 17:11:36 +0800 |
commit | c73955ae3f42c914a5f02a8536c49cf3bdbd8faa (patch) | |
tree | 357b7ab491c018fc2530c9fff87c78b22049f7e2 /security/p5-Authen-Simple-SSH | |
parent | 18593df18c7173d13227829a9b8cdeee9ed8f5ea (diff) | |
download | freebsd-ports-gnome-c73955ae3f42c914a5f02a8536c49cf3bdbd8faa.tar.gz freebsd-ports-gnome-c73955ae3f42c914a5f02a8536c49cf3bdbd8faa.tar.zst freebsd-ports-gnome-c73955ae3f42c914a5f02a8536c49cf3bdbd8faa.zip |
- Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'security/p5-Authen-Simple-SSH')
-rw-r--r-- | security/p5-Authen-Simple-SSH/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Authen-Simple-SSH/Makefile b/security/p5-Authen-Simple-SSH/Makefile index 2aa30dc992b8..5c97a5006809 100644 --- a/security/p5-Authen-Simple-SSH/Makefile +++ b/security/p5-Authen-Simple-SSH/Makefile @@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple SSH authentication +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \ p5-Net-SSH-Perl>=0:net/p5-Net-SSH-Perl RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild |