Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 20:19:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399740 - head/devel/p5-DateTime-Format-Oracle
Message-ID:  <201510192019.t9JKJD0f027095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct 19 20:19:13 2015
New Revision: 399740
URL: https://svnweb.freebsd.org/changeset/ports/399740

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/devel/p5-DateTime-Format-Oracle/Makefile

Modified: head/devel/p5-DateTime-Format-Oracle/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-Oracle/Makefile	Mon Oct 19 20:19:08 2015	(r399739)
+++ head/devel/p5-DateTime-Format-Oracle/Makefile	Mon Oct 19 20:19:13 2015	(r399740)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Parse and format Oracle dates and timestamps
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Convert-NLS_DATE_FORMAT>=0.03:${PORTSDIR}/converters/p5-Convert-NLS_DATE_FORMAT \
 		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510192019.t9JKJD0f027095>