svn commit: r475057 - head/devel/p5-Time-modules

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jul 21 09:07:49 UTC 2018


Author: amdmi3
Date: Sat Jul 21 09:07:47 2018
New Revision: 475057
URL: https://svnweb.freebsd.org/changeset/ports/475057

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

Modified:
  head/devel/p5-Time-modules/Makefile

Modified: head/devel/p5-Time-modules/Makefile
==============================================================================
--- head/devel/p5-Time-modules/Makefile	Sat Jul 21 09:00:06 2018	(r475056)
+++ head/devel/p5-Time-modules/Makefile	Sat Jul 21 09:07:47 2018	(r475057)
@@ -11,7 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Set of modules for time manipulation
 
+LICENSE=	PD
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list