svn commit: r474996 - head/devel/p5-Object-Signature

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 20 09:07:51 UTC 2018


Author: amdmi3
Date: Fri Jul 20 09:07:50 2018
New Revision: 474996
URL: https://svnweb.freebsd.org/changeset/ports/474996

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

Modified:
  head/devel/p5-Object-Signature/Makefile

Modified: head/devel/p5-Object-Signature/Makefile
==============================================================================
--- head/devel/p5-Object-Signature/Makefile	Fri Jul 20 08:19:55 2018	(r474995)
+++ head/devel/p5-Object-Signature/Makefile	Fri Jul 20 09:07:50 2018	(r474996)
@@ -11,7 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Generate cryptographic signatures for objects
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list