Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= rt |
8 |
PORTNAME= rt |
9 |
PORTVERSION?= 3.6.6 |
9 |
PORTVERSION?= 3.6.7 |
10 |
#PORTREVISION= 0 |
10 |
#PORTREVISION= 0 |
11 |
CATEGORIES= www |
11 |
CATEGORIES= www |
12 |
MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \ |
12 |
MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \ |
Lines 22-29
Link Here
|
22 |
PERL_MODULES = ${APXS}:${PORTSDIR}/${APACHE_PORT} \ |
22 |
PERL_MODULES = ${APXS}:${PORTSDIR}/${APACHE_PORT} \ |
23 |
${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ |
23 |
${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ |
24 |
${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ |
24 |
${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ |
25 |
${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \ |
25 |
p5-CGI.pm>=3.10:${PORTSDIR}/www/p5-CGI.pm \ |
26 |
${SITE_PERL}/DBIx/SearchBuilder.pm:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ |
26 |
p5-DBIx-SearchBuilder>=0.53:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ |
27 |
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ |
27 |
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ |
28 |
${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ |
28 |
${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ |
29 |
${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ |
29 |
${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ |
Lines 54-59
Link Here
|
54 |
${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \ |
54 |
${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \ |
55 |
${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ |
55 |
${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ |
56 |
${SITE_PERL}/CSS/Squish.pm:${PORTSDIR}/textproc/p5-CSS-Squish \ |
56 |
${SITE_PERL}/CSS/Squish.pm:${PORTSDIR}/textproc/p5-CSS-Squish \ |
|
|
57 |
p5-Devel-StackTrace>=1.19:${PORTSDIR}/devel/p5-Devel-StackTrace \ |
57 |
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ |
58 |
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ |
58 |
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require |
59 |
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require |
59 |
|
60 |
|