Lines 14-20
Link Here
|
14 |
MAINTAINER= lth@FreeBSD.org |
14 |
MAINTAINER= lth@FreeBSD.org |
15 |
COMMENT= MVC web application framework |
15 |
COMMENT= MVC web application framework |
16 |
|
16 |
|
17 |
BUILD_DEPENDS= ${SITE_PERL}/Class/DBI/Loader.pm:${PORTSDIR}/databases/p5-Class-DBI-Loader \ |
17 |
RUN_DEPENDS= ${SITE_PERL}/Class/DBI/Loader.pm:${PORTSDIR}/databases/p5-Class-DBI-Loader \ |
18 |
${SITE_PERL}/Class/DBI/AbstractSearch.pm:${PORTSDIR}/databases/p5-Class-DBI-AbstractSearch \ |
18 |
${SITE_PERL}/Class/DBI/AbstractSearch.pm:${PORTSDIR}/databases/p5-Class-DBI-AbstractSearch \ |
19 |
${SITE_PERL}/Class/DBI/Pager.pm:${PORTSDIR}/databases/p5-Class-DBI-Pager \ |
19 |
${SITE_PERL}/Class/DBI/Pager.pm:${PORTSDIR}/databases/p5-Class-DBI-Pager \ |
20 |
${SITE_PERL}/Class/DBI/Plugin/RetrieveAll.pm:${PORTSDIR}/databases/p5-Class-DBI-Plugin-RetrieveAll \ |
20 |
${SITE_PERL}/Class/DBI/Plugin/RetrieveAll.pm:${PORTSDIR}/databases/p5-Class-DBI-Plugin-RetrieveAll \ |
Lines 23-29
Link Here
|
23 |
${SITE_PERL}/Class/DBI/Loader/Relationship.pm:${PORTSDIR}/databases/p5-Class-DBI-Loader-Relationship \ |
23 |
${SITE_PERL}/Class/DBI/Loader/Relationship.pm:${PORTSDIR}/databases/p5-Class-DBI-Loader-Relationship \ |
24 |
${SITE_PERL}/CGI/Untaint.pm:${PORTSDIR}/www/p5-CGI-Untaint \ |
24 |
${SITE_PERL}/CGI/Untaint.pm:${PORTSDIR}/www/p5-CGI-Untaint \ |
25 |
${SITE_PERL}/UNIVERSAL/moniker.pm:${PORTSDIR}/devel/p5-UNIVERSAL-moniker \ |
25 |
${SITE_PERL}/UNIVERSAL/moniker.pm:${PORTSDIR}/devel/p5-UNIVERSAL-moniker \ |
26 |
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \ |
26 |
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \ |
27 |
${SITE_PERL}/Template/Plugin/Class.pm:${PORTSDIR}/www/p5-Template-Plugin-Class \ |
27 |
${SITE_PERL}/Template/Plugin/Class.pm:${PORTSDIR}/www/p5-Template-Plugin-Class \ |
28 |
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ |
28 |
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ |
29 |
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ |
29 |
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ |
Lines 33-39
Link Here
|
33 |
${SITE_PERL}/CGI/Simple.pm:${PORTSDIR}/www/p5-CGI-Simple \ |
33 |
${SITE_PERL}/CGI/Simple.pm:${PORTSDIR}/www/p5-CGI-Simple \ |
34 |
${SITE_PERL}/HTTP/Headers.pm:${PORTSDIR}/www/p5-libwww \ |
34 |
${SITE_PERL}/HTTP/Headers.pm:${PORTSDIR}/www/p5-libwww \ |
35 |
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 |
35 |
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 |
36 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
36 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
|
|
37 |
BUILD_DEPENDS+= ${SITE_PERL}/Test/MockModule.pm:${PORTSDIR}/devel/p5-Test-MockModule |
37 |
|
38 |
|
38 |
OPTIONS= MODPERL "mod_perl support" on |
39 |
OPTIONS= MODPERL "mod_perl support" on |
39 |
|
40 |
|
Lines 41-50
Link Here
|
41 |
|
42 |
|
42 |
.if defined(WITH_MODPERL) |
43 |
.if defined(WITH_MODPERL) |
43 |
.if defined(WITH_APACHE2) |
44 |
.if defined(WITH_APACHE2) |
44 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 |
|
|
45 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 |
45 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 |
46 |
.else |
46 |
.else |
47 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq |
|
|
48 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq |
47 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq |
49 |
.endif |
48 |
.endif |
50 |
.endif |
49 |
.endif |
Lines 132-138
Link Here
|
132 |
@ ${CAT} ${PKGMESSAGE} |
131 |
@ ${CAT} ${PKGMESSAGE} |
133 |
|
132 |
|
134 |
.if ${PERL_LEVEL} < 500600 |
133 |
.if ${PERL_LEVEL} < 500600 |
135 |
IGNORE= Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again. |
134 |
IGNORE= requires perl 5.6 or above. Install lang/perl5 or lang/perl5.8 and try again |
136 |
.endif |
135 |
.endif |
137 |
|
136 |
|
138 |
.include <bsd.port.post.mk> |
137 |
.include <bsd.port.post.mk> |