diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-02-18 22:24:31 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-02-18 22:24:31 +0000 |
commit | adf55c7962f54e0b6045ae9da9a8fca9dc9e90ae (patch) | |
tree | 114803c98c2123db61e1f2e7a5ab427b02b95448 | |
parent | 3322c6bfac9337681027ac5249a5d59ec8b25bec (diff) |
Notes
-rw-r--r-- | databases/p5-Iterator-DBI/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Iterator-IO/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Iterator-Util/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Iterator/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Geo-Cache/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/databases/p5-Iterator-DBI/Makefile b/databases/p5-Iterator-DBI/Makefile index 5149520cfeff..f3df9a8978f3 100644 --- a/databases/p5-Iterator-DBI/Makefile +++ b/databases/p5-Iterator-DBI/Makefile @@ -16,6 +16,7 @@ MAINTAINER= aaron@FreeBSD.org COMMENT= An iterator for returning DBI query results BUILD_DEPENDS= ${SITE_PERL}/Iterator.pm:${PORTSDIR}/devel/p5-Iterator +RUN_DEPENDS+= ${BUILD_DEPENDS} MAN3= Iterator::DBI.3 diff --git a/devel/p5-Iterator-IO/Makefile b/devel/p5-Iterator-IO/Makefile index e4f9f6dafd50..b5933775d05e 100644 --- a/devel/p5-Iterator-IO/Makefile +++ b/devel/p5-Iterator-IO/Makefile @@ -16,6 +16,7 @@ MAINTAINER= aaron@FreeBSD.org COMMENT= Filesystem and stream iterators BUILD_DEPENDS= ${SITE_PERL}/Iterator.pm:${PORTSDIR}/devel/p5-Iterator +RUN_DEPENDS+= ${BUILD_DEPENDS} MAN3= Iterator::IO.3 diff --git a/devel/p5-Iterator-Util/Makefile b/devel/p5-Iterator-Util/Makefile index ef4fa53601a5..7941ff36d4d7 100644 --- a/devel/p5-Iterator-Util/Makefile +++ b/devel/p5-Iterator-Util/Makefile @@ -16,6 +16,7 @@ MAINTAINER= aaron@FreeBSD.org COMMENT= Essential utilities for the Iterator class BUILD_DEPENDS= ${SITE_PERL}/Iterator.pm:${PORTSDIR}/devel/p5-Iterator +RUN_DEPENDS+= ${BUILD_DEPENDS} MAN3= Iterator::Util.3 diff --git a/devel/p5-Iterator/Makefile b/devel/p5-Iterator/Makefile index 6b6ac40fccfe..15b649993e81 100644 --- a/devel/p5-Iterator/Makefile +++ b/devel/p5-Iterator/Makefile @@ -16,6 +16,7 @@ MAINTAINER= aaron@FreeBSD.org COMMENT= A general-purpose iterator class BUILD_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class +RUN_DEPENDS+= ${BUILD_DEPENDS} MAN3= Iterator.3 diff --git a/misc/p5-Geo-Cache/Makefile b/misc/p5-Geo-Cache/Makefile index ccae754f1042..5629b3932ed6 100644 --- a/misc/p5-Geo-Cache/Makefile +++ b/misc/p5-Geo-Cache/Makefile @@ -17,6 +17,7 @@ COMMENT= Object interface for GPS waypoints BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/Time/CTime.pm:${PORTSDIR}/devel/p5-Time-modules +RUN_DEPENDS+= ${BUILD_DEPENDS} MAN3= Geo::Cache.3 \ Geo::Gpx.3 |