From 5b7bd76b34fb8e9a05e32d78341bcdb2275ae0c6 Mon Sep 17 00:00:00 2001 From: edwin Date: Sat, 21 Jan 2006 22:15:45 +0000 Subject: Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports. --- misc/tinderbox/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'misc') diff --git a/misc/tinderbox/Makefile b/misc/tinderbox/Makefile index c29b26f..7a71039 100644 --- a/misc/tinderbox/Makefile +++ b/misc/tinderbox/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= http://tinderbox.marcuscom.com/ MAINTAINER= edwin@mavetju.org COMMENT= Port build tinderbox system -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \ +PERL_RUN_DEPENDS= Digest-MD5:${PORTSDIR}/security/p5-Digest-MD5 \ + Net-SMTP:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \ cvsup:${PORTSDIR}/net/cvsup-without-gui OPTIONS= PGSQL "With pgsql" On \ @@ -37,13 +37,13 @@ USE_PHP= session .if defined(WITH_PGSQL) USE_PGSQL= yes USE_PHP+= pgsql -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg +PERL_RUN_DEPENDS+= DBD-Pg:${PORTSDIR}/databases/p5-DBD-Pg .endif .if defined(WITH_MYSQL) USE_PHP+= mysql USE_MYSQL= yes -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +PERL_RUN_DEPENDS+= DBD-mysql:${PORTSDIR}/databases/p5-DBD-mysql .endif .include "${PORTSDIR}/Mk/bsd.php.mk" -- cgit v1.1