svn commit: r471678 - head/security/p5-Authen-Simple-DBM

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:14:16 UTC 2018


Author: sunpoet
Date: Mon Jun  4 18:14:14 2018
New Revision: 471678
URL: https://svnweb.freebsd.org/changeset/ports/471678

Log:
  Add LICENSE
  
  - Fix and update WWW

Modified:
  head/security/p5-Authen-Simple-DBM/Makefile
  head/security/p5-Authen-Simple-DBM/pkg-descr

Modified: head/security/p5-Authen-Simple-DBM/Makefile
==============================================================================
--- head/security/p5-Authen-Simple-DBM/Makefile	Mon Jun  4 18:14:08 2018	(r471677)
+++ head/security/p5-Authen-Simple-DBM/Makefile	Mon Jun  4 18:14:14 2018	(r471678)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Simple DBM authentication
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Authen-Simple>=0:security/p5-Authen-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/security/p5-Authen-Simple-DBM/pkg-descr
==============================================================================
--- head/security/p5-Authen-Simple-DBM/pkg-descr	Mon Jun  4 18:14:08 2018	(r471677)
+++ head/security/p5-Authen-Simple-DBM/pkg-descr	Mon Jun  4 18:14:14 2018	(r471678)
@@ -1,3 +1,3 @@
 Authentication via DBM files.
 
-WWW: http://search.cpan.org/dist/Authen-Simple-Net-DBM/
+WWW: https://metacpan.org/release/Authen-Simple-DBM


More information about the svn-ports-all mailing list