svn commit: r413821 - head/devel/p5-Data-Clone

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 23 06:47:37 UTC 2016


Author: sunpoet
Date: Sat Apr 23 06:47:35 2016
New Revision: 413821
URL: https://svnweb.freebsd.org/changeset/ports/413821

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Data-Clone/Makefile

Modified: head/devel/p5-Data-Clone/Makefile
==============================================================================
--- head/devel/p5-Data-Clone/Makefile	Sat Apr 23 06:47:31 2016	(r413820)
+++ head/devel/p5-Data-Clone/Makefile	Sat Apr 23 06:47:35 2016	(r413821)
@@ -20,13 +20,7 @@ TEST_DEPENDS=	p5-Test-LeakTrace>=0:devel
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-ExtUtils-ParseXS>=3.18:devel/p5-ExtUtils-ParseXS
-.endif
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Clone/Clone.so
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list