svn commit: r493657 - head/security/p5-Authen-Simple-DBI

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Feb 23 09:00:50 UTC 2019


Author: amdmi3
Date: Sat Feb 23 09:00:49 2019
New Revision: 493657
URL: https://svnweb.freebsd.org/changeset/ports/493657

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/security/p5-Authen-Simple-DBI/Makefile

Modified: head/security/p5-Authen-Simple-DBI/Makefile
==============================================================================
--- head/security/p5-Authen-Simple-DBI/Makefile	Sat Feb 23 08:03:47 2019	(r493656)
+++ head/security/p5-Authen-Simple-DBI/Makefile	Sat Feb 23 09:00:49 2019	(r493657)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Simple DBI authentication
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Authen-Simple>=0:security/p5-Authen-Simple \
 		p5-DBI>=0:databases/p5-DBI
 
 USES=		perl5
 USE_PERL5=	modbuild
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list