diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-04 11:46:02 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-04 11:46:02 +0000 |
commit | f9dbb3b5256304d94dacb5b6bff677c93cfa97e8 (patch) | |
tree | ecd220d8b8157a5d6ecd5a73464cc6d19b54d47a /devel/p5-Module-Build | |
parent | 3241c373a30bfe317d5c4d864fe5f69de1e0922b (diff) | |
download | ports-f9dbb3b5256304d94dacb5b6bff677c93cfa97e8.tar.gz ports-f9dbb3b5256304d94dacb5b6bff677c93cfa97e8.zip |
Notes
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index 6f944630cb61..c88101a909c6 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -7,6 +7,7 @@ PORTNAME= Module-Build PORTVERSION= 0.26.11 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module/KWILLIAMS @@ -24,6 +25,20 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes +.if !defined(NOPORTDOCS) +PORTDOCS= Changes INSTALL README + +post-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.endif + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} > 500600 +BUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS + MAN3= Module::Build.3 \ Module::Build::Base.3 \ Module::Build::Compat.3 \ @@ -44,22 +59,8 @@ MAN3= Module::Build.3 \ Module::Build::Platform::cygwin.3 \ Module::Build::Platform::darwin.3 \ Module::Build::Platform::os2.3 - MAN1= config_data.1 -.if !defined(NOPORTDOCS) -PORTDOCS= Changes INSTALL README - -post-install: - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} > 500600 -BUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS .endif .if ${PERL_LEVEL} < 500805 BUILD_DEPENDS+= ${SITE_PERL}/Pod/Man.pm:${PORTSDIR}/textproc/p5-podlators |