diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-21 09:25:42 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-21 09:25:42 +0000 |
commit | 29f1b1f7245743f1b1483e5ac430d5f4989681d8 (patch) | |
tree | eff04e5a93998a3ff6b30c4c7da8ae7ed6c9c656 /devel/p5-VCP | |
parent | ccf18ac659c4e63d63a966c74aedb195656e2096 (diff) | |
download | ports-29f1b1f7245743f1b1483e5ac430d5f4989681d8.tar.gz ports-29f1b1f7245743f1b1483e5ac430d5f4989681d8.zip |
Notes
Diffstat (limited to 'devel/p5-VCP')
-rw-r--r-- | devel/p5-VCP/Makefile | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/devel/p5-VCP/Makefile b/devel/p5-VCP/Makefile index c5ec080a12ef..425a880659ff 100644 --- a/devel/p5-VCP/Makefile +++ b/devel/p5-VCP/Makefile @@ -6,6 +6,7 @@ PORTNAME= VCP PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML/RBS @@ -28,13 +29,25 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X RUN_DEPENDS= ${BUILD_DEPENDS} +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +.endif + PERL_CONFIGURE= yes +.if ${PERL_LEVEL} < 500600 +BROKEN= "Does not compile with perl ${PERL_VERSION}" +.endif + MAN1= vcp.1 MAN3= RevML::Doctype.3 \ RevML::Writer.3 \ VCP.3 \ VCP::Branches.3 \ + VCP::ConfigFileUtils.3 \ VCP::DB.3 \ VCP::DB_File.3 \ VCP::DB_File::big_records.3 \ @@ -101,13 +114,4 @@ MAN3= RevML::Doctype.3 \ VCP::Utils::revml.3 \ VCP::Utils::vss.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.if ${PERL_LEVEL} < 500600 -BROKEN= "Does not compile with perl ${PERL_VERSION}" -.endif -.endif - .include <bsd.port.post.mk> |