aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Search-InvertedIndex
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-04 01:02:24 +0800
committeraz <az@FreeBSD.org>2012-06-04 01:02:24 +0800
commit39d8c89d9baf5b66aeddab5a2cad326e7bee9158 (patch)
treecb42776f70f8f190266fa3a154cef1aef5dc2b9c /databases/p5-Search-InvertedIndex
parent053fff6ceaf267c43a7416b360a205ad214c1ca4 (diff)
downloadfreebsd-ports-gnome-39d8c89d9baf5b66aeddab5a2cad326e7bee9158.tar.gz
freebsd-ports-gnome-39d8c89d9baf5b66aeddab5a2cad326e7bee9158.tar.zst
freebsd-ports-gnome-39d8c89d9baf5b66aeddab5a2cad326e7bee9158.zip
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'databases/p5-Search-InvertedIndex')
-rw-r--r--databases/p5-Search-InvertedIndex/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-Search-InvertedIndex/Makefile b/databases/p5-Search-InvertedIndex/Makefile
index e05f924a70f5..9ebeca60d216 100644
--- a/databases/p5-Search-InvertedIndex/Makefile
+++ b/databases/p5-Search-InvertedIndex/Makefile
@@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A manager for inverted index maps
-BUILD_DEPENDS= ${SITE_PERL}/Class/NamedParms.pm:${PORTSDIR}/devel/p5-Class-NamedParms \
- ${SITE_PERL}/Class/ParmList.pm:${PORTSDIR}/devel/p5-Class-ParmList \
- ${SITE_PERL}/Tie/DB_File/SplitHash.pm:${PORTSDIR}/devel/p5-Tie-DB_File-SplitHash \
- ${SITE_PERL}/Tie/FileLRUCache.pm:${PORTSDIR}/devel/p5-Tie-FileLRUCache
+BUILD_DEPENDS= p5-Class-NamedParms>=0:${PORTSDIR}/devel/p5-Class-NamedParms \
+ p5-Class-ParmList>=0:${PORTSDIR}/devel/p5-Class-ParmList \
+ p5-Tie-DB_File-SplitHash>=0:${PORTSDIR}/devel/p5-Tie-DB_File-SplitHash \
+ p5-Tie-FileLRUCache>=0:${PORTSDIR}/devel/p5-Tie-FileLRUCache
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes