svn commit: r480901 - head/devel/p5-DateTime-Format-DateParse

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 29 09:08:32 UTC 2018


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 at 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>


More information about the svn-ports-head mailing list