1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- added RUN_DEPENDS

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-02-18 22:24:31 +00:00
parent 3322c6bfac
commit adf55c7962
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156340
5 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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