svn commit: r399740 - head/devel/p5-DateTime-Format-Oracle

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 19 20:19:14 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list