diff options
author | swills <swills@FreeBSD.org> | 2010-12-31 21:29:31 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2010-12-31 21:29:31 +0800 |
commit | 9633e8f037a408016cda6cf82e6af065645b5c46 (patch) | |
tree | a9758d4f8700aba6d4290cf891df28b2901948f1 | |
parent | de95a17ea8480852f0b6199e11a2d3744948715d (diff) | |
download | freebsd-ports-gnome-9633e8f037a408016cda6cf82e6af065645b5c46.tar.gz freebsd-ports-gnome-9633e8f037a408016cda6cf82e6af065645b5c46.tar.zst freebsd-ports-gnome-9633e8f037a408016cda6cf82e6af065645b5c46.zip |
- Add missing dependency
Reported by: Robert Blayzor (private mail)
Pointyhat to: swills
Approved by: wxs (mentor)
-rw-r--r-- | devel/p5-Date-Manip/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile index f12811dc09b8..44a21f50d7ea 100644 --- a/devel/p5-Date-Manip/Makefile +++ b/devel/p5-Date-Manip/Makefile @@ -7,6 +7,7 @@ PORTNAME= Date-Manip PORTVERSION= 6.20 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Perl5 module containing date manipulation routines +RUN_DEPENDS= p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck + PERL_CONFIGURE= YES MAN3= Date::Manip.3 Date::Manip::Base.3 Date::Manip::Calc.3 \ |