aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-04 14:17:03 +0800
committeraz <az@FreeBSD.org>2012-06-04 14:17:03 +0800
commit9e83f9f0f8eaec7073d853de2861d62ce189c650 (patch)
treed5d8576584ca8033ae717f623e9935a887a5a952 /misc
parent7c170c4aa578311a4a307db5e19c448752decc47 (diff)
downloadfreebsd-ports-gnome-9e83f9f0f8eaec7073d853de2861d62ce189c650.tar.gz
freebsd-ports-gnome-9e83f9f0f8eaec7073d853de2861d62ce189c650.tar.zst
freebsd-ports-gnome-9e83f9f0f8eaec7073d853de2861d62ce189c650.zip
- Remove SITE_PERL from *_DEPENDS
- Reassign maintainership from ports@ to perl@
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-Business-ISIN/Makefile4
-rw-r--r--misc/p5-Geo-Weather/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/p5-Business-ISIN/Makefile b/misc/p5-Business-ISIN/Makefile
index 31c468421465..ae1d2e214945 100644
--- a/misc/p5-Business-ISIN/Makefile
+++ b/misc/p5-Business-ISIN/Makefile
@@ -12,10 +12,10 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Validate International Securities Identification Numbers
-BUILD_DEPENDS= ${SITE_PERL}/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes
+BUILD_DEPENDS= p5-Locale-Codes>=0:${PORTSDIR}/misc/p5-Locale-Codes
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/misc/p5-Geo-Weather/Makefile b/misc/p5-Geo-Weather/Makefile
index 126bcbdefb00..4244c9032b99 100644
--- a/misc/p5-Geo-Weather/Makefile
+++ b/misc/p5-Geo-Weather/Makefile
@@ -12,10 +12,10 @@ MASTER_SITES= CPAN \
ftp://ftp.innercite.com/pub/perl/
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to retrieve weather information from weather.com
-RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes