svn commit: r478436 - head/devel/p5-Rose-DateTime

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 30 09:08:14 UTC 2018


Author: amdmi3
Date: Thu Aug 30 09:08:13 2018
New Revision: 478436
URL: https://svnweb.freebsd.org/changeset/ports/478436

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

Modified:
  head/devel/p5-Rose-DateTime/Makefile

Modified: head/devel/p5-Rose-DateTime/Makefile
==============================================================================
--- head/devel/p5-Rose-DateTime/Makefile	Thu Aug 30 06:34:27 2018	(r478435)
+++ head/devel/p5-Rose-DateTime/Makefile	Thu Aug 30 09:08:13 2018	(r478436)
@@ -12,11 +12,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	DateTime helper functions and objects
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
 		p5-Rose-Object>=0.82:devel/p5-Rose-Object
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list