svn commit: r346621 - head/devel/p5-ExtUtils-CBuilder
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 1 13:57:00 UTC 2014
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 at 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>
More information about the svn-ports-all
mailing list