diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-23 09:14:25 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-23 09:14:25 +0800 |
commit | 355f5a4762aae5c9f8516a51da8566523fe301f2 (patch) | |
tree | 50676871bedb10d4f90fe2db839a619f0faf8954 /www | |
parent | a0a3cd909a87068426b9013f5057a550eeb27064 (diff) | |
download | freebsd-ports-gnome-355f5a4762aae5c9f8516a51da8566523fe301f2.tar.gz freebsd-ports-gnome-355f5a4762aae5c9f8516a51da8566523fe301f2.tar.zst freebsd-ports-gnome-355f5a4762aae5c9f8516a51da8566523fe301f2.zip |
- set some PORTSCOUT vars
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTML-Table/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Maypole/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
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 \ |