svn commit: r483720 - head/textproc/p5-Lingua-EN-Fathom

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 1 19:15:32 UTC 2018


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


More information about the svn-ports-all mailing list