diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:14:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:14:32 +0800 |
commit | adebe1efad9196d7069afc981a67deb8ac6b2947 (patch) | |
tree | 124b82702f2a4bf66becf4a22d1de7325903aeb1 /security/p5-Authen-Simple-RADIUS/Makefile | |
parent | f02bac986321204a6b70c1aa8cb9296ed9061ffb (diff) | |
download | freebsd-ports-gnome-adebe1efad9196d7069afc981a67deb8ac6b2947.tar.gz freebsd-ports-gnome-adebe1efad9196d7069afc981a67deb8ac6b2947.tar.zst freebsd-ports-gnome-adebe1efad9196d7069afc981a67deb8ac6b2947.zip |
Add LICENSE
- Fix and update WWW
Diffstat (limited to 'security/p5-Authen-Simple-RADIUS/Makefile')
-rw-r--r-- | security/p5-Authen-Simple-RADIUS/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/p5-Authen-Simple-RADIUS/Makefile b/security/p5-Authen-Simple-RADIUS/Makefile index 031a7a6175c7..3be394c6eefe 100644 --- a/security/p5-Authen-Simple-RADIUS/Makefile +++ b/security/p5-Authen-Simple-RADIUS/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple RADIUS authentication +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Authen-Simple>=0:security/p5-Authen-Simple \ p5-Authen-Radius>=0:security/p5-Authen-Radius RUN_DEPENDS:= ${BUILD_DEPENDS} |