svn commit: r466406 - head/devel/p5-Date-Manip

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 4 09:03:31 UTC 2018


Author: amdmi3
Date: Wed Apr  4 09:03:30 2018
New Revision: 466406
URL: https://svnweb.freebsd.org/changeset/ports/466406

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

Modified:
  head/devel/p5-Date-Manip/Makefile

Modified: head/devel/p5-Date-Manip/Makefile
==============================================================================
--- head/devel/p5-Date-Manip/Makefile	Wed Apr  4 08:46:18 2018	(r466405)
+++ head/devel/p5-Date-Manip/Makefile	Wed Apr  4 09:03:30 2018	(r466406)
@@ -11,9 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Perl5 module containing date manipulation routines
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 TEST_DEPENDS=	p5-Test-Inter>=0:devel/p5-Test-Inter
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list