diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/rt40/Makefile | 11 | ||||
-rw-r--r-- | www/rt40/Makefile.cpan | 4 |
2 files changed, 11 insertions, 4 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile index 4d3187cdf9a5..314189b30ecc 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -2,6 +2,7 @@ PORTNAME= rt PORTVERSION= 4.0.24 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 40 @@ -37,7 +38,7 @@ OPTIONS_SINGLE_DB= MYSQL ORACLE PGSQL SQLITE OPTIONS_RADIO= WEB OPTIONS_RADIO_WEB= AP_MODFASTCGI AP_MODPERL LIGHTTPD SPAWN_FCGI -OPTIONS_DEFAULT= AP_MODPERL GD GPG MYSQL +OPTIONS_DEFAULT= AP_MODFASTCGI GD GPG MYSQL USERS?= www GROUPS?= rt www @@ -208,4 +209,10 @@ post-install: (cd ${WRKSRC}/etc && \ ${COPYTREE_SHARE} upgrade ${STAGEDIR}${DOCSDIR} "! -name *\.in") -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 502200 +CORE_DEPS+= p5-CGI>0:${PORTSDIR}/www/p5-CGI +.endif + +.include <bsd.port.post.mk> diff --git a/www/rt40/Makefile.cpan b/www/rt40/Makefile.cpan index 1a77228ed69b..41c1b9feaa4b 100644 --- a/www/rt40/Makefile.cpan +++ b/www/rt40/Makefile.cpan @@ -10,8 +10,8 @@ ### Digest::base core ### Time::HiRes core ### Errno core -### CGI 3.38 core -### CGI::Cookie 1.20 core +### CGI 3.38 core (perl<5.22) +### CGI::Cookie 1.20 core (perl<5.22) ### Storable 2.08 core ### Getopt::Long 2.24 core ### Pod::Usage core |