From 9e83f9f0f8eaec7073d853de2861d62ce189c650 Mon Sep 17 00:00:00 2001 From: az Date: Mon, 4 Jun 2012 06:17:03 +0000 Subject: - Remove SITE_PERL from *_DEPENDS - Reassign maintainership from ports@ to perl@ --- misc/p5-Business-ISIN/Makefile | 4 ++-- misc/p5-Geo-Weather/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'misc') 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 -- cgit