svn commit: r494136 - head/devel/p5-Calendar-Simple

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 28 09:00:53 UTC 2019


Author: amdmi3
Date: Thu Feb 28 09:00:52 2019
New Revision: 494136
URL: https://svnweb.freebsd.org/changeset/ports/494136

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

Modified:
  head/devel/p5-Calendar-Simple/Makefile

Modified: head/devel/p5-Calendar-Simple/Makefile
==============================================================================
--- head/devel/p5-Calendar-Simple/Makefile	Thu Feb 28 08:23:29 2019	(r494135)
+++ head/devel/p5-Calendar-Simple/Makefile	Thu Feb 28 09:00:52 2019	(r494136)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension to create simple calendars
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	modbuild
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list