Date: Sat, 1 Mar 2014 13:57:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346621 - head/devel/p5-ExtUtils-CBuilder Message-ID: <201403011357.s21Dv0b8089374@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 1 13:57:00 2014 New Revision: 346621 URL: http://svnweb.freebsd.org/changeset/ports/346621 QAT: https://qat.redports.org/buildarchive/r346621/ Log: - Convert to new options framework - Remove outdated PERL_LEVEL check Modified: head/devel/p5-ExtUtils-CBuilder/Makefile Modified: head/devel/p5-ExtUtils-CBuilder/Makefile ============================================================================== --- head/devel/p5-ExtUtils-CBuilder/Makefile Sat Mar 1 13:54:50 2014 (r346620) +++ head/devel/p5-ExtUtils-CBuilder/Makefile Sat Mar 1 13:57:00 2014 (r346621) @@ -13,22 +13,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${ MAINTAINER= perl@FreeBSD.org COMMENT= Compile and link C code for Perl modules +OPTIONS_DEFINE= DOCS + USES= perl5 USE_PERL5= configure -.if !defined(NOPORTDOCS) PORTDOCS= Changes post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.endif - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -BUILD_DEPENDS+= p5-Perl-OSType>=0:${PORTSDIR}/devel/p5-Perl-OSType -RUN_DEPENDS+= p5-Perl-OSType>=0:${PORTSDIR}/devel/p5-Perl-OSType -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011357.s21Dv0b8089374>