svn commit: r478017 - head/devel/p5-DateTime-Format-W3CDTF

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Aug 25 09:08:11 UTC 2018


Author: amdmi3
Date: Sat Aug 25 09:08:10 2018
New Revision: 478017
URL: https://svnweb.freebsd.org/changeset/ports/478017

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

Modified:
  head/devel/p5-DateTime-Format-W3CDTF/Makefile

Modified: head/devel/p5-DateTime-Format-W3CDTF/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-W3CDTF/Makefile	Sat Aug 25 08:38:36 2018	(r478016)
+++ head/devel/p5-DateTime-Format-W3CDTF/Makefile	Sat Aug 25 09:08:10 2018	(r478017)
@@ -10,10 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	jadawin at FreeBSD.org
 COMMENT=	Parse and format W3CDTF datetime strings
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list