Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2018 19:15:29 +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: r483720 - head/textproc/p5-Lingua-EN-Fathom
Message-ID:  <201811011915.wA1JFTqI038678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov  1 19:15:28 2018
New Revision: 483720
URL: https://svnweb.freebsd.org/changeset/ports/483720

Log:
  Simplify COMMENT

Modified:
  head/textproc/p5-Lingua-EN-Fathom/Makefile

Modified: head/textproc/p5-Lingua-EN-Fathom/Makefile
==============================================================================
--- head/textproc/p5-Lingua-EN-Fathom/Makefile	Thu Nov  1 19:15:20 2018	(r483719)
+++ head/textproc/p5-Lingua-EN-Fathom/Makefile	Thu Nov  1 19:15:28 2018	(r483720)
@@ -8,14 +8,13 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Lingua::EN::Fathom - Measure readability of English text
+COMMENT=	Measure readability of English text
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-COMMON_DEPENDS=	p5-Lingua-EN-Syllable>=0:textproc/p5-Lingua-EN-Syllable
-BUILD_DEPENDS=	${COMMON_DEPENDS}
-RUN_DEPENDS=	${COMMON_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Lingua-EN-Syllable>=0:textproc/p5-Lingua-EN-Syllable
 
 USES=		perl5
 USE_PERL5=	configure



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