summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Class-InsideOut/Makefile2
-rw-r--r--devel/p5-Date-ICal/Makefile2
-rw-r--r--devel/p5-DateTime-Format-Epoch/Makefile2
-rw-r--r--devel/p5-File-PathConvert/Makefile2
-rw-r--r--devel/p5-IO-Interactive/Makefile2
-rw-r--r--devel/p5-IO-Util/Makefile2
-rw-r--r--devel/p5-Module-Build/Makefile2
-rw-r--r--devel/p5-Test-Differences/Makefile2
-rw-r--r--devel/p5-aliased/Makefile2
-rw-r--r--net-p2p/p5-Net-BitTorrent/Makefile2
-rw-r--r--net/p5-Net/Makefile2
-rw-r--r--security/p5-GD-SecurityImage/Makefile2
-rw-r--r--sysutils/p5-Fuse/Makefile2
-rw-r--r--textproc/p5-Pod-Simple/Makefile2
-rw-r--r--www/p5-Catalyst-Plugin-Authentication/Makefile2
-rw-r--r--www/p5-HTML-Table/Makefile2
-rw-r--r--www/p5-Maypole/Makefile2
17 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-Class-InsideOut/Makefile b/devel/p5-Class-InsideOut/Makefile
index 9c2171acc81c..b02289c8d58a 100644
--- a/devel/p5-Class-InsideOut/Makefile
+++ b/devel/p5-Class-InsideOut/Makefile
@@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A safe, simple inside-out object construction kit
+PORTSCOUT= skipv:1.0301
+
PERL_CONFIGURE= yes
MAN3= Class::InsideOut::Manual::About.3 Class::InsideOut.3 \
diff --git a/devel/p5-Date-ICal/Makefile b/devel/p5-Date-ICal/Makefile
index 07205f22021c..6280ce59061a 100644
--- a/devel/p5-Date-ICal/Makefile
+++ b/devel/p5-Date-ICal/Makefile
@@ -17,6 +17,8 @@ COMMENT= Perl extension for ICalendar date objects
BUILD_DEPENDS= ${SITE_PERL}/Date/Leapyear.pm:${PORTSDIR}/devel/p5-Date-Leapyear
RUN_DEPENDS= ${BUILD_DEPENDS}
+PORTSCOUT= skipv:1.366
+
PERL_CONFIGURE= yes
MAN3= Date::ICal.3 Date::ICal::Duration.3
diff --git a/devel/p5-DateTime-Format-Epoch/Makefile b/devel/p5-DateTime-Format-Epoch/Makefile
index 98800a2bfbb5..8f40477ff60e 100644
--- a/devel/p5-DateTime-Format-Epoch/Makefile
+++ b/devel/p5-DateTime-Format-Epoch/Makefile
@@ -19,6 +19,8 @@ RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
p5-DateTime>=0.31:${PORTSDIR}/devel/p5-DateTime
BUILD_DEPENDS:= ${RUN_DEPENDS}
+PORTSCOUT= skipv:0.801
+
PERL_MODBUILD= yes
MAN3= DateTime::Format::Epoch.3 \
diff --git a/devel/p5-File-PathConvert/Makefile b/devel/p5-File-PathConvert/Makefile
index 0c3950636788..3d4d3ed78434 100644
--- a/devel/p5-File-PathConvert/Makefile
+++ b/devel/p5-File-PathConvert/Makefile
@@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= File::PathConvert - Various path conversion routines
+PORTSCOUT= skipv:0.85
+
PERL_CONFIGURE= yes
MAN3= File::PathConvert.3
diff --git a/devel/p5-IO-Interactive/Makefile b/devel/p5-IO-Interactive/Makefile
index a3c08199af9b..a6d63b181f7c 100644
--- a/devel/p5-IO-Interactive/Makefile
+++ b/devel/p5-IO-Interactive/Makefile
@@ -18,6 +18,8 @@ COMMENT= Utilities for interactive I/O
BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS= ${BUILD_DEPENDS}
+PORTSCOUT= skipv:0.01
+
PERL_CONFIGURE= YES
MAN3= IO::Interactive.3
diff --git a/devel/p5-IO-Util/Makefile b/devel/p5-IO-Util/Makefile
index aeb3e9ca11c8..161386844184 100644
--- a/devel/p5-IO-Util/Makefile
+++ b/devel/p5-IO-Util/Makefile
@@ -16,6 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A selection of general-utility IO function
+PORTSCOUT= skipv:1.48
+
PERL_CONFIGURE= yes
MAN3= IO::Util.3
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile
index 364b0cef393e..4cba7e3f3393 100644
--- a/devel/p5-Module-Build/Makefile
+++ b/devel/p5-Module-Build/Makefile
@@ -22,6 +22,8 @@ RUN_DEPENDS= p5-YAML-Tiny>=1.40:${PORTSDIR}/textproc/p5-YAML-Tiny \
p5-ExtUtils-Install>=1.54:${PORTSDIR}/devel/p5-ExtUtils-Install
BUILD_DEPENDS= ${RUN_DEPENDS}
+PORTSCOUT= skipv:0.31012
+
PERL_MODBUILD= yes
.if !defined(NOPORTDOCS)
diff --git a/devel/p5-Test-Differences/Makefile b/devel/p5-Test-Differences/Makefile
index e88328dfece6..cf9959157356 100644
--- a/devel/p5-Test-Differences/Makefile
+++ b/devel/p5-Test-Differences/Makefile
@@ -18,6 +18,8 @@ COMMENT= Test::Differences - Test strings and data structures for differences
BUILD_DEPENDS= ${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff
RUN_DEPENDS= ${BUILD_DEPENDS}
+PORTSCOUT= skipv:0.4801
+
PERL_CONFIGURE= yes
MAN3= Test::Differences.3
diff --git a/devel/p5-aliased/Makefile b/devel/p5-aliased/Makefile
index 44b14e6aac44..0ad5566b8e9c 100644
--- a/devel/p5-aliased/Makefile
+++ b/devel/p5-aliased/Makefile
@@ -16,6 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Use shorter versions of class names
+PORTSCOUT= skipv:0.30_01
+
PERL_MODBUILD= yes
PLIST_FILES= ${SITE_PERL_REL}/aliased.pm
diff --git a/net-p2p/p5-Net-BitTorrent/Makefile b/net-p2p/p5-Net-BitTorrent/Makefile
index 5f19bbfa9b6c..6f3f1d248899 100644
--- a/net-p2p/p5-Net-BitTorrent/Makefile
+++ b/net-p2p/p5-Net-BitTorrent/Makefile
@@ -19,6 +19,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
CONFIGURE_ARGS= </dev/null
+PORTSCOUT= skipv:0.074000_012
+
PERL_MODBUILD= yes
MAN1= net-bittorrent.pl.1
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile
index 9d24ddd054eb..ecff43d7e43c 100644
--- a/net/p5-Net/Makefile
+++ b/net/p5-Net/Makefile
@@ -19,6 +19,8 @@ COMMENT= Perl5 modules to access and use network protocols
RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
+PORTSCOUT= skipv:1.0901
+
PERL_CONFIGURE= yes
MAN3= Net::Cmd.3 \
diff --git a/security/p5-GD-SecurityImage/Makefile b/security/p5-GD-SecurityImage/Makefile
index 55e59d847781..f32d5d091191 100644
--- a/security/p5-GD-SecurityImage/Makefile
+++ b/security/p5-GD-SecurityImage/Makefile
@@ -20,6 +20,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS= ${BUILD_DEPENDS}
+PORTSCOUT= skipv:1.581
+
PERL_CONFIGURE= yes
MAN3= GD::SecurityImage.3 \
diff --git a/sysutils/p5-Fuse/Makefile b/sysutils/p5-Fuse/Makefile
index 513f7bee0d20..fbff36cb0ce5 100644
--- a/sysutils/p5-Fuse/Makefile
+++ b/sysutils/p5-Fuse/Makefile
@@ -20,6 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
BUILD_DEPENDS+= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
+PORTSCOUT= skipv:0.09_4
+
USE_GNOME= pkgconfig
MAN3= Fuse.3
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile
index 98ed901aa4d6..711829b35e7e 100644
--- a/textproc/p5-Pod-Simple/Makefile
+++ b/textproc/p5-Pod-Simple/Makefile
@@ -13,6 +13,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Framework for parsing Pod
+PORTSCOUT= skipv:31337-0.02
+
PERL_CONFIGURE= yes
MAN3= Pod::Simple.3 \
diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile
index 954d24c501e5..3d1cafe22b94 100644
--- a/www/p5-Catalyst-Plugin-Authentication/Makefile
+++ b/www/p5-Catalyst-Plugin-Authentication/Makefile
@@ -21,6 +21,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat
RUN_DEPENDS= ${BUILD_DEPENDS}
+PORTSCOUT= skipv:0.100092
+
PERL_CONFIGURE= 5.8.1+
MAN3= Catalyst::Authentication::Credential::Password.3 \
diff --git a/www/p5-HTML-Table/Makefile b/www/p5-HTML-Table/Makefile
index 126daa15a944..4b9a9e792033 100644
--- a/www/p5-HTML-Table/Makefile
+++ b/www/p5-HTML-Table/Makefile
@@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate HTML tables for CGI scripts
+PORTSCOUT= skipv:2.08
+
PERL_CONFIGURE= yes
MAN3= HTML::Table.3
diff --git a/www/p5-Maypole/Makefile b/www/p5-Maypole/Makefile
index b284e725c62d..cd8022fd7743 100644
--- a/www/p5-Maypole/Makefile
+++ b/www/p5-Maypole/Makefile
@@ -38,6 +38,8 @@ BUILD_DEPENDS= p5-CGI-Simple>0:${PORTSDIR}/www/p5-CGI-Simple \
p5-libwww>0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
+PORTSCOUT= skipv:2.121
+
MAKE_JOBS_SAFE= yes
OPTIONS= MODPERL "mod_perl support" on \