svn commit: r476445 - head/devel/p5-Minilla

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 5 19:08:01 UTC 2018


Author: sunpoet
Date: Sun Aug  5 19:07:57 2018
New Revision: 476445
URL: https://svnweb.freebsd.org/changeset/ports/476445

Log:
  Remove outdated PERL_LEVEL check
  
  With hat:	perl

Modified:
  head/devel/p5-Minilla/Makefile

Modified: head/devel/p5-Minilla/Makefile
==============================================================================
--- head/devel/p5-Minilla/Makefile	Sun Aug  5 19:07:52 2018	(r476444)
+++ head/devel/p5-Minilla/Makefile	Sun Aug  5 19:07:57 2018	(r476445)
@@ -46,17 +46,10 @@ USES=		perl5
 USE_PERL5=	modbuildtiny
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502400
-BUILD_DEPENDS+=	p5-Module-Metadata>=1.000027:devel/p5-Module-Metadata
-RUN_DEPENDS+=	p5-Module-Metadata>=1.000027:devel/p5-Module-Metadata
-.endif
-
 pre-test:
 	@test ! -e ${WRKDIR}/.gitconfig && \
 		${SETENV} ${MAKE_ENV} git config --global user.name "ports-test" && \
 		${SETENV} ${MAKE_ENV} git config --global user.email "${USER}@${HOST}" || \
 		true
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list