svn commit: r477595 - head/textproc/p5-Lingua-EN-NameParse

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 19 20:32:33 UTC 2018


Author: sunpoet
Date: Sun Aug 19 20:32:32 2018
New Revision: 477595
URL: https://svnweb.freebsd.org/changeset/ports/477595

Log:
  Sort *_DEPENDS
  
  Notified by:	mat

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

Modified: head/textproc/p5-Lingua-EN-NameParse/Makefile
==============================================================================
--- head/textproc/p5-Lingua-EN-NameParse/Makefile	Sun Aug 19 20:32:26 2018	(r477594)
+++ head/textproc/p5-Lingua-EN-NameParse/Makefile	Sun Aug 19 20:32:32 2018	(r477595)
@@ -13,8 +13,8 @@ COMMENT=	Routines for manipulating a person's name #'
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Parse-RecDescent>=1:devel/p5-Parse-RecDescent
 BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Parse-RecDescent>=1:devel/p5-Parse-RecDescent
 
 USES=		dos2unix perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list