svn commit: r399741 - head/devel/p5-DateTimeX-Easy

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


Author: sunpoet
Date: Mon Oct 19 20:19:18 2015
New Revision: 399741
URL: https://svnweb.freebsd.org/changeset/ports/399741

Log:
  - Add NO_ARCH

Modified:
  head/devel/p5-DateTimeX-Easy/Makefile

Modified: head/devel/p5-DateTimeX-Easy/Makefile
==============================================================================
--- head/devel/p5-DateTimeX-Easy/Makefile	Mon Oct 19 20:19:13 2015	(r399740)
+++ head/devel/p5-DateTimeX-Easy/Makefile	Mon Oct 19 20:19:18 2015	(r399741)
@@ -14,15 +14,16 @@ COMMENT=	Parse a date/time string using 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-DateTime-Format-DateParse>=0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \
 		p5-DateTime-Format-Flexible>=0:${PORTSDIR}/devel/p5-DateTime-Format-Flexible \
 		p5-DateTime-Format-ICal>=0:${PORTSDIR}/devel/p5-DateTime-Format-ICal \
 		p5-DateTime-Format-Natural>=0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \
 		p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-head mailing list