svn commit: r425561 - head/devel/p5-Text-Levenshtein

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 6 16:51:21 UTC 2016


Author: sunpoet
Date: Sun Nov  6 16:51:20 2016
New Revision: 425561
URL: https://svnweb.freebsd.org/changeset/ports/425561

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Text-Levenshtein/Makefile

Modified: head/devel/p5-Text-Levenshtein/Makefile
==============================================================================
--- head/devel/p5-Text-Levenshtein/Makefile	Sun Nov  6 16:51:15 2016	(r425560)
+++ head/devel/p5-Text-Levenshtein/Makefile	Sun Nov  6 16:51:20 2016	(r425561)
@@ -17,11 +17,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502000
-BUILD_DEPENDS+=	p5-Unicode-Collate>=1.04:textproc/p5-Unicode-Collate
-RUN_DEPENDS+=	p5-Unicode-Collate>=1.04:textproc/p5-Unicode-Collate
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list