diff --git a/devel/intltool/Makefile b/devel/intltool/Makefile index fea14c5c..667a67d9 100644 --- a/devel/intltool/Makefile +++ b/devel/intltool/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= https://launchpad.net/intltool/trunk/${PORTVERSION}/+download/ MAINTAINER= onborodin@gmail.com COMMENT= Tools to internationalize various kinds of data files -BUILD_DEPENDS= ${SITE_ARCH}/XML/Parser.pm:perl/p5-XML-Parser +BUILD_DEPENDS= ${SITE_ARCH}/XML/Parser.pm:perl5/p5-XML-Parser RUN_DEPENDS= ${BUILD_DEPENDS} USES+= gmake perl5 diff --git a/perl5/p5-Apache-Htpasswd/Makefile b/perl5/p5-Apache-Htpasswd/Makefile index ee5b9552..e894043f 100644 --- a/perl5/p5-Apache-Htpasswd/Makefile +++ b/perl5/p5-Apache-Htpasswd/Makefile @@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Manage Unix crypt-style password file -BUILD_DEPENDS+= p5-Crypt-PasswdMD5>=0:perl/p5-Crypt-PasswdMD5 -BUILD_DEPENDS+= p5-Digest-SHA1>=2.0:perl/p5-Digest-SHA1 -BUILD_DEPENDS+= p5-MIME-Base64>=0:perl/p5-MIME-Base64 +BUILD_DEPENDS+= p5-Crypt-PasswdMD5>=0:perl5/p5-Crypt-PasswdMD5 +BUILD_DEPENDS+= p5-Digest-SHA1>=2.0:perl5/p5-Digest-SHA1 +BUILD_DEPENDS+= p5-MIME-Base64>=0:perl5/p5-MIME-Base64 RUN_DEPENDS+= ${BUILD_DEPENDS} USES= perl5 diff --git a/perl5/p5-DBD-SQLite/Makefile b/perl5/p5-DBD-SQLite/Makefile index d21df645..01b84170 100644 --- a/perl5/p5-DBD-SQLite/Makefile +++ b/perl5/p5-DBD-SQLite/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides access to SQLite3 databases through the DBI -BUILD_DEPENDS= p5-DBI>=1.57:perl/p5-DBI +BUILD_DEPENDS= p5-DBI>=1.57:perl5/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= libsqlite3.so:data/sqlite3 diff --git a/perl5/p5-EV/Makefile b/perl5/p5-EV/Makefile index 51bac811..b5aee236 100644 --- a/perl5/p5-EV/Makefile +++ b/perl5/p5-EV/Makefile @@ -12,8 +12,8 @@ MAINTAINER= vovkasm@gmail.com COMMENT= Perl interface to libev, a high performance full-featured event loop RUN_DEPENDS= p5-common-sense>=0:perl/p5-common-sense -BUILD_DEPENDS+= p5-common-sense>=0:perl/p5-common-sense -BUILD_DEPENDS+= p5-Canary-Stability>=0:perl/p5-Canary-Stability +BUILD_DEPENDS+= p5-common-sense>=0:perl5/p5-common-sense +BUILD_DEPENDS+= p5-Canary-Stability>=0:perl5/p5-Canary-Stability USES= perl5 USE_PERL5= configure diff --git a/perl5/p5-IO-Socket-IP/Makefile b/perl5/p5-IO-Socket-IP/Makefile index 1c04210b..d6322de5 100644 --- a/perl5/p5-IO-Socket-IP/Makefile +++ b/perl5/p5-IO-Socket-IP/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Drop-in replacement for IO::Socket::INET supporting IPv4 and IPv6 -BUILD_DEPENDS= p5-Socket>=1.97:perl/p5-Socket +BUILD_DEPENDS= p5-Socket>=1.97:perl5/p5-Socket RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure diff --git a/perl5/p5-IO-Socket-SSL/Makefile b/perl5/p5-IO-Socket-SSL/Makefile index 99f5389d..e6baf186 100644 --- a/perl5/p5-IO-Socket-SSL/Makefile +++ b/perl5/p5-IO-Socket-SSL/Makefile @@ -12,11 +12,11 @@ MAINTAINER= jadawin@FreeBSD.org COMMENT= Perl5 interface to SSL sockets -BUILD_DEPENDS+= p5-Net-SSLeay>=1.59:perl/p5-Net-SSLeay -BUILD_DEPENDS+= p5-Mozilla-CA>=20130114:perl/p5-Mozilla-CA -BUILD_DEPENDS+= p5-URI>=1.50:perl/p5-URI -BUILD_DEPENDS+= p5-IO-Socket-IP>=0.31:perl/p5-IO-Socket-IP -BUILD_DEPENDS+= p5-Socket>=1.95:perl/p5-Socket +BUILD_DEPENDS+= p5-Net-SSLeay>=1.59:perl5/p5-Net-SSLeay +BUILD_DEPENDS+= p5-Mozilla-CA>=20130114:perl5/p5-Mozilla-CA +BUILD_DEPENDS+= p5-URI>=1.50:perl5/p5-URI +BUILD_DEPENDS+= p5-IO-Socket-IP>=0.31:perl5/p5-IO-Socket-IP +BUILD_DEPENDS+= p5-Socket>=1.95:perl5/p5-Socket RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix diff --git a/perl5/p5-Mojolicious/Makefile b/perl5/p5-Mojolicious/Makefile index ee385075..b6ed7974 100644 --- a/perl5/p5-Mojolicious/Makefile +++ b/perl5/p5-Mojolicious/Makefile @@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= adamw@FreeBSD.org COMMENT= High-level MVC web framework written in Perl -BUILD_DEPENDS+= p5-EV>=4:perl/p5-EV -BUILD_DEPENDS+= p5-IO-Socket-SSL>=1.75:perl/p5-IO-Socket-SSL +BUILD_DEPENDS+= p5-EV>=4:perl5/p5-EV +BUILD_DEPENDS+= p5-IO-Socket-SSL>=1.75:perl5/p5-IO-Socket-SSL RUN_DEPENDS+= ${BUILD_DEPENDS} NO_ARCH= yes @@ -22,7 +22,7 @@ USES= perl5 .include #.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502111 -#BUILD_DEPENDS+= p5-IO-Socket-IP>=0.37:perl/p5-IO-Socket-IP +#BUILD_DEPENDS+= p5-IO-Socket-IP>=0.37:perl5/p5-IO-Socket-IP #RUN_DEPENDS+= p5-IO-Socket-IP>=0.37:perl/p5-IO-Socket-IP #.endif diff --git a/perl5/p5-Net-SMTP-SSL/Makefile b/perl5/p5-Net-SMTP-SSL/Makefile index c883384c..542b25aa 100644 --- a/perl5/p5-Net-SMTP-SSL/Makefile +++ b/perl5/p5-Net-SMTP-SSL/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= SSL support for Net::SMTP -BUILD_DEPENDS= p5-IO-Socket-SSL>=0:perl/p5-IO-Socket-SSL +BUILD_DEPENDS= p5-IO-Socket-SSL>=0:perl5/p5-IO-Socket-SSL RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes