aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2004-08-21 17:25:42 +0800
committerhrs <hrs@FreeBSD.org>2004-08-21 17:25:42 +0800
commit763f1fe4af53df888fd35b397d0d8e770c845f47 (patch)
treef4f140a33a67039d13d38c3c3f08cf697db29153 /devel
parent7b73d663e77f81161e42ec77f91032d520cc4e77 (diff)
downloadfreebsd-ports-gnome-763f1fe4af53df888fd35b397d0d8e770c845f47.tar.gz
freebsd-ports-gnome-763f1fe4af53df888fd35b397d0d8e770c845f47.tar.zst
freebsd-ports-gnome-763f1fe4af53df888fd35b397d0d8e770c845f47.zip
Fix MAN3. Bump PORTREVISION.
Submitted by: Yen-Ming Lee (leeym at utopia dot leeym dot com) PR: ports/70272
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-VCP/Makefile22
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>