svn commit: r463946 - head/devel/p5-TimeDate

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 9 09:03:10 UTC 2018


Author: amdmi3
Date: Fri Mar  9 09:03:09 2018
New Revision: 463946
URL: https://svnweb.freebsd.org/changeset/ports/463946

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

Modified:
  head/devel/p5-TimeDate/Makefile

Modified: head/devel/p5-TimeDate/Makefile
==============================================================================
--- head/devel/p5-TimeDate/Makefile	Fri Mar  9 08:58:37 2018	(r463945)
+++ head/devel/p5-TimeDate/Makefile	Fri Mar  9 09:03:09 2018	(r463946)
@@ -12,7 +12,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Perl5 module containing a better/faster date parser for absolute dates
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list