aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-09-17 14:50:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-09-17 14:50:17 +0800
commitf3ce34917a6938070244efdbb05a2944603c2020 (patch)
tree2480a69c51e93f1e0595149cf98b91d2034876ab /security
parentf456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f (diff)
downloadfreebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.tar.gz
freebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.tar.zst
freebsd-ports-gnome-f3ce34917a6938070244efdbb05a2944603c2020.zip
- Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+
With hat: perl
Diffstat (limited to 'security')
-rw-r--r--security/p5-Authen-Simple-DBI/Makefile2
-rw-r--r--security/p5-Authen-Simple-DBM/Makefile2
-rw-r--r--security/p5-Authen-Simple-HTTP/Makefile2
-rw-r--r--security/p5-Authen-Simple-LDAP/Makefile2
-rw-r--r--security/p5-Authen-Simple-Net/Makefile2
-rw-r--r--security/p5-Authen-Simple-PAM/Makefile2
-rw-r--r--security/p5-Authen-Simple-Passwd/Makefile2
-rw-r--r--security/p5-Authen-Simple-RADIUS/Makefile2
-rw-r--r--security/p5-Authen-Simple-SMB/Makefile2
-rw-r--r--security/p5-Authen-Simple-SSH/Makefile2
-rw-r--r--security/p5-Authen-Simple/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/security/p5-Authen-Simple-DBI/Makefile b/security/p5-Authen-Simple-DBI/Makefile
index f7d43a1c0737..896372ea31ef 100644
--- a/security/p5-Authen-Simple-DBI/Makefile
+++ b/security/p5-Authen-Simple-DBI/Makefile
@@ -22,6 +22,6 @@ MAKE_JOBS_SAFE= yes
MAN3= Authen::Simple::DBI.3
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
.include <bsd.port.mk>
diff --git a/security/p5-Authen-Simple-DBM/Makefile b/security/p5-Authen-Simple-DBM/Makefile
index c9ed84641c5d..eca66af7d915 100644
--- a/security/p5-Authen-Simple-DBM/Makefile
+++ b/security/p5-Authen-Simple-DBM/Makefile
@@ -19,6 +19,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Authen::Simple::DBM.3
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
.include <bsd.port.mk>
diff --git a/security/p5-Authen-Simple-HTTP/Makefile b/security/p5-Authen-Simple-HTTP/Makefile
index d7231ae08355..eed16f91efbd 100644
--- a/security/p5-Authen-Simple-HTTP/Makefile
+++ b/security/p5-Authen-Simple-HTTP/Makefile
@@ -22,6 +22,6 @@ MAKE_JOBS_SAFE= yes
MAN3= Authen::Simple::HTTP.3
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
.include <bsd.port.mk>
diff --git a/security/p5-Authen-Simple-LDAP/Makefile b/security/p5-Authen-Simple-LDAP/Makefile
index 367cc23f3a18..0466b9b2fba6 100644
--- a/security/p5-Authen-Simple-LDAP/Makefile
+++ b/security/p5-Authen-Simple-LDAP/Makefile
@@ -20,6 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Authen::Simple::LDAP.3 Authen::Simple::ActiveDirectory.3
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
.include <bsd.port.mk>
diff --git a/security/p5-Authen-Simple-Net/Makefile b/security/p5-Authen-Simple-Net/Makefile
index 35c435c1ed79..620e0c00d8a1 100644
--- a/security/p5-Authen-Simple-Net/Makefile
+++ b/security/p5-Authen-Simple-Net/Makefile
@@ -20,6 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Authen::Simple::FTP.3 Authen::Simple::POP3.3 Authen::Simple::SMTP.3
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
.include <bsd.port.mk>
diff --git a/security/p5-Authen-Simple-PAM/Makefile b/security/p5-Authen-Simple-PAM/Makefile
index 1b3abfa70558..f263d8ee2a48 100644
--- a/security/p5-Authen-Simple-PAM/Makefile
+++ b/security/p5-Authen-Simple-PAM/Makefile
@@ -20,6 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Authen::Simple::PAM.3
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
.include <bsd.port.mk>
diff --git a/security/p5-Authen-Simple-Passwd/Makefile b/security/p5-Authen-Simple-Passwd/Makefile
index 5ca4fddc46b0..82970250b9b0 100644
--- a/security/p5-Authen-Simple-Passwd/Makefile
+++ b/security/p5-Authen-Simple-Passwd/Makefile
@@ -21,6 +21,6 @@ MAKE_JOBS_SAFE= yes
MAN3= Authen::Simple::Passwd.3
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
.include <bsd.port.mk>
diff --git a/security/p5-Authen-Simple-RADIUS/Makefile b/security/p5-Authen-Simple-RADIUS/Makefile
index 66035982e3e9..209a718924bd 100644
--- a/security/p5-Authen-Simple-RADIUS/Makefile
+++ b/security/p5-Authen-Simple-RADIUS/Makefile
@@ -20,6 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Authen::Simple::RADIUS.3
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
.include <bsd.port.mk>
diff --git a/security/p5-Authen-Simple-SMB/Makefile b/security/p5-Authen-Simple-SMB/Makefile
index 8bd7e16b6333..b0a0fb7e2347 100644
--- a/security/p5-Authen-Simple-SMB/Makefile
+++ b/security/p5-Authen-Simple-SMB/Makefile
@@ -20,6 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Authen::Simple::SMB.3
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
.include <bsd.port.mk>
diff --git a/security/p5-Authen-Simple-SSH/Makefile b/security/p5-Authen-Simple-SSH/Makefile
index 5e01869a3552..4d00ff4e1540 100644
--- a/security/p5-Authen-Simple-SSH/Makefile
+++ b/security/p5-Authen-Simple-SSH/Makefile
@@ -22,6 +22,6 @@ MAKE_JOBS_SAFE= yes
MAN3= Authen::Simple::SSH.3
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
.include <bsd.port.mk>
diff --git a/security/p5-Authen-Simple/Makefile b/security/p5-Authen-Simple/Makefile
index 57c434e66542..45a536cf442d 100644
--- a/security/p5-Authen-Simple/Makefile
+++ b/security/p5-Authen-Simple/Makefile
@@ -27,7 +27,7 @@ MAN3= Authen::Simple.3 \
Authen::Simple::Log.3 \
Authen::Simple::Password.3
-PERL_MODBUILD= 5.8.0+
+PERL_MODBUILD= yes
.include <bsd.port.pre.mk>