diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-04 18:14:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-04 18:14:19 +0000 |
commit | 3b932d9035c886a5a2283fee66825f867698dba6 (patch) | |
tree | eca4956773c104becaa00e6807a73337cffe6931 | |
parent | 465ab9eff530ee31f2315c71d8e78099856680bc (diff) |
Notes
-rw-r--r-- | security/p5-Authen-Simple-PAM/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Authen-Simple-PAM/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Authen-Simple-PAM/Makefile b/security/p5-Authen-Simple-PAM/Makefile index 68212514e3ff..c8dd617e355f 100644 --- a/security/p5-Authen-Simple-PAM/Makefile +++ b/security/p5-Authen-Simple-PAM/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple PAM authentication +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \ p5-Authen-PAM>=0:security/p5-Authen-PAM RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/security/p5-Authen-Simple-PAM/pkg-descr b/security/p5-Authen-Simple-PAM/pkg-descr index 88c4466f5a86..3c4bb9c252d8 100644 --- a/security/p5-Authen-Simple-PAM/pkg-descr +++ b/security/p5-Authen-Simple-PAM/pkg-descr @@ -1,3 +1,3 @@ Authentication via PAM. -WWW: http://search.cpan.org/dist/Authen-Simple-Net-PAM/ +WWW: https://metacpan.org/release/Authen-Simple-PAM |