Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 09:08:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480462 - head/devel/p5-DateTime-Format-ICal
Message-ID:  <201809230908.w8N98RkZ018259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 23 09:08:27 2018
New Revision: 480462
URL: https://svnweb.freebsd.org/changeset/ports/480462

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

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

Modified: head/devel/p5-DateTime-Format-ICal/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-ICal/Makefile	Sun Sep 23 08:43:32 2018	(r480461)
+++ head/devel/p5-DateTime-Format-ICal/Makefile	Sun Sep 23 09:08:27 2018	(r480462)
@@ -11,14 +11,19 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Parse and format ICal datetime and duration strings
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
 		p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \
 		p5-DateTime-Event-ICal>=0:devel/p5-DateTime-Event-ICal \
 		p5-DateTime-Set>=0:devel/p5-DateTime-Set \
 		p5-Params-Validate>=0:devel/p5-Params-Validate
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	modbuild
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809230908.w8N98RkZ018259>