summaryrefslogtreecommitdiff
path: root/ports-mgmt/newportsversioncheck
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-21 22:15:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-21 22:15:45 +0000
commit1cb458c20befe3a4310488102e8d4a5899925bcd (patch)
tree64811c4db9dd468ffef1ab5d14eb959a93fedeaf /ports-mgmt/newportsversioncheck
parentAdd a missing '@' to the ${DO_NADA} in the patch-dos2unix target. This (diff)
Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports.
Notes
Notes: svn path=/head/; revision=154095
Diffstat (limited to 'ports-mgmt/newportsversioncheck')
-rw-r--r--ports-mgmt/newportsversioncheck/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/ports-mgmt/newportsversioncheck/Makefile b/ports-mgmt/newportsversioncheck/Makefile
index ee30daf4c613..816444ee6211 100644
--- a/ports-mgmt/newportsversioncheck/Makefile
+++ b/ports-mgmt/newportsversioncheck/Makefile
@@ -14,9 +14,10 @@ MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Ports new version checker
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
- ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
- ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
+PERL_RUN_DEPENDS= \
+ DBD/SQLite:${PORTSDIR}/databases/p5-DBD-SQLite \
+ MIME/Lite:${PORTSDIR}/mail/p5-MIME-Lite \
+ LWP:${PORTSDIR}/www/p5-libwww
USE_PERL_RUN= yes
USE_SQLITE= yes