aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Date-Calc/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-11-16 16:22:12 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-11-16 16:22:12 +0000
commit7dfc983ec3f300e7574ece410cd6c93ed203c417 (patch)
tree0378b2c2161698e239b1bbbc1b9bffd0ba9be855 /devel/p5-Date-Calc/Makefile
parent7e2bd38756fcf7863cc62bfede826c38cc2b010a (diff)
Notes
Diffstat (limited to 'devel/p5-Date-Calc/Makefile')
-rw-r--r--devel/p5-Date-Calc/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-Date-Calc/Makefile b/devel/p5-Date-Calc/Makefile
index 49aaef2c4dd6..3a35aa3e1d04 100644
--- a/devel/p5-Date-Calc/Makefile
+++ b/devel/p5-Date-Calc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Date-Calc
-PORTVERSION= 4.3
+PORTVERSION= 5.3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
@@ -14,9 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= bradh@uunet.co.za
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
-MAN3= Date::Calc.3
+MAN3= Date::Calc.3 Date::Calc::Object.3 Date::Calendar.3 \
+ Date::Calendar::Profiles.3 Date::Calendar::Year.3
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>