svn commit: r398339 - head/devel/p5-DateTime-Format-Strptime

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 15:58:59 UTC 2015


Author: sunpoet
Date: Thu Oct  1 15:58:59 2015
New Revision: 398339
URL: https://svnweb.freebsd.org/changeset/ports/398339

Log:
  - Add NO_ARCH

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

Modified: head/devel/p5-DateTime-Format-Strptime/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-Strptime/Makefile	Thu Oct  1 15:58:53 2015	(r398338)
+++ head/devel/p5-DateTime-Format-Strptime/Makefile	Thu Oct  1 15:58:59 2015	(r398339)
@@ -13,14 +13,15 @@ COMMENT=	Parse and format strp and strf 
 
 LICENSE=	ART20
 
-RUN_DEPENDS=	p5-DateTime>=1:${PORTSDIR}/devel/p5-DateTime \
+BUILD_DEPENDS=	p5-DateTime>=1:${PORTSDIR}/devel/p5-DateTime \
 		p5-DateTime-Locale>=0.45:${PORTSDIR}/devel/p5-DateTime-Locale \
 		p5-DateTime-TimeZone>=0.79:${PORTSDIR}/devel/p5-DateTime-TimeZone \
 		p5-Params-Validate>=0.64:${PORTSDIR}/devel/p5-Params-Validate
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PORTSCOUT=	skipv:1.0601,1.0700,1.0701,1.0702,1.0800,1.0900,1.0901,1.1000
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list