svn commit: r440954 - head/devel/p5-Term-UI

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 15 15:54:15 UTC 2017


Author: sunpoet
Date: Mon May 15 15:54:14 2017
New Revision: 440954
URL: https://svnweb.freebsd.org/changeset/ports/440954

Log:
  Add removed Perl core module to *_DEPENDS
  
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/p5-Term-UI/Makefile

Modified: head/devel/p5-Term-UI/Makefile
==============================================================================
--- head/devel/p5-Term-UI/Makefile	Mon May 15 15:53:55 2017	(r440953)
+++ head/devel/p5-Term-UI/Makefile	Mon May 15 15:54:14 2017	(r440954)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Term-UI
 PORTVERSION=	0.46
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,6 +14,10 @@ COMMENT=	Term::ReadLine UI made easy
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-Log-Message-Simple>=0:devel/p5-Log-Message-Simple
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list