Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2018 09:08:31 +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: r480901 - head/devel/p5-DateTime-Format-DateParse
Message-ID:  <201809290908.w8T98VwE066440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Sep 29 09:08:31 2018
New Revision: 480901
URL: https://svnweb.freebsd.org/changeset/ports/480901

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

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

Modified: head/devel/p5-DateTime-Format-DateParse/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-DateParse/Makefile	Sat Sep 29 09:05:37 2018	(r480900)
+++ head/devel/p5-DateTime-Format-DateParse/Makefile	Sat Sep 29 09:08:31 2018	(r480901)
@@ -11,11 +11,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	svysh.fbsd@gmail.com
 COMMENT=	This module is a compatibility wrapper around Date::Parse
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
 		p5-TimeDate>=0:devel/p5-TimeDate
 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?201809290908.w8T98VwE066440>