aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2012-06-07 01:47:24 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2012-06-07 01:47:24 +0800
commit64a35a4aed3943b95979d6a9b8a9a42e0feb3d1a (patch)
treee6039c6e16ac2822944a9e379d7b8072ce7de82d /converters
parentaa2dbf15fbd5cb5ac364caf1f4228d8efb437158 (diff)
downloadfreebsd-ports-gnome-64a35a4aed3943b95979d6a9b8a9a42e0feb3d1a.tar.gz
freebsd-ports-gnome-64a35a4aed3943b95979d6a9b8a9a42e0feb3d1a.tar.zst
freebsd-ports-gnome-64a35a4aed3943b95979d6a9b8a9a42e0feb3d1a.zip
- Get rid of SITE_PERL in my ports
Submitted by: az
Diffstat (limited to 'converters')
-rw-r--r--converters/osm2mp/Makefile16
-rw-r--r--converters/p5-PerlIO-via-Unidecode/Makefile4
2 files changed, 10 insertions, 10 deletions
diff --git a/converters/osm2mp/Makefile b/converters/osm2mp/Makefile
index 3a403f87cea8..4571a188a71e 100644
--- a/converters/osm2mp/Makefile
+++ b/converters/osm2mp/Makefile
@@ -13,14 +13,14 @@ MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= OpenStreetMap data into Polish map format (MP) convertor
-RUN_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
- ${SITE_PERL}/Encode/Locale.pm:${PORTSDIR}/converters/p5-Encode-Locale \
- ${SITE_PERL}/Math/Polygon.pm:${PORTSDIR}/math/p5-Math-Polygon \
- ${SITE_PERL}/Math/Polygon/Tree.pm:${PORTSDIR}/math/p5-Math-Polygon-Tree \
- ${SITE_PERL}/Tree/R.pm:${PORTSDIR}/devel/p5-Tree-R \
- ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
- ${SITE_PERL}/${PERL_ARCH}/Math/Geometry/Planar/GPC/Polygon.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-Polygon \
- ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils
+RUN_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
+ p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \
+ p5-Math-Polygon>=0:${PORTSDIR}/math/p5-Math-Polygon \
+ p5-Math-Polygon-Tree>=0:${PORTSDIR}/math/p5-Math-Polygon-Tree \
+ p5-Tree-R>=0:${PORTSDIR}/devel/p5-Tree-R \
+ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
+ p5-Math-Geometry-Planar-GPC-Polygon>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-Polygon \
+ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
LICENSE= GPLv2
diff --git a/converters/p5-PerlIO-via-Unidecode/Makefile b/converters/p5-PerlIO-via-Unidecode/Makefile
index 3f4d066ba1d6..c6308859c163 100644
--- a/converters/p5-PerlIO-via-Unidecode/Makefile
+++ b/converters/p5-PerlIO-via-Unidecode/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A perlio layer for Unidecode
-BUILD_DEPENDS= ${SITE_PERL}/Text/Unidecode.pm:${PORTSDIR}/converters/p5-Text-Unidecode
-RUN_DEPENDS= ${SITE_PERL}/Text/Unidecode.pm:${PORTSDIR}/converters/p5-Text-Unidecode
+BUILD_DEPENDS= p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode
+RUN_DEPENDS= p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode
PERL_CONFIGURE= yes