svn commit: r413824 - head/devel/p5-Module-Install-XSUtil

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


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

Log:
  - Remove outdated PERL_LEVEL check
  - Add NO_ARCH

Modified:
  head/devel/p5-Module-Install-XSUtil/Makefile

Modified: head/devel/p5-Module-Install-XSUtil/Makefile
==============================================================================
--- head/devel/p5-Module-Install-XSUtil/Makefile	Sat Apr 23 06:47:44 2016	(r413823)
+++ head/devel/p5-Module-Install-XSUtil/Makefile	Sat Apr 23 06:47:49 2016	(r413824)
@@ -18,14 +18,8 @@ BUILD_DEPENDS=	p5-Module-Install>=0.91:d
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-B-Hooks-OP-Annotation>=0.43:devel/p5-B-Hooks-OP-Annotation
 
+NO_ARCH=	yes
 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
-RUN_DEPENDS+=	p5-ExtUtils-ParseXS>=3.18:devel/p5-ExtUtils-ParseXS
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list