Lines 15-20
Link Here
|
15 |
MAINTAINER= skv@FreeBSD.org |
15 |
MAINTAINER= skv@FreeBSD.org |
16 |
COMMENT= Perl module for abstraction and simplification of database access |
16 |
COMMENT= Perl module for abstraction and simplification of database access |
17 |
|
17 |
|
|
|
18 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI |
19 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI |
20 |
|
18 |
PERL_CONFIGURE= yes |
21 |
PERL_CONFIGURE= yes |
19 |
|
22 |
|
20 |
MAN3= DBIx::Compat.3 DBIx::Database.3 DBIx::Intrors.3 \ |
23 |
MAN3= DBIx::Compat.3 DBIx::Database.3 DBIx::Intrors.3 \ |
Lines 26-39
Link Here
|
26 |
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 -lax/;' \ |
29 |
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 -lax/;' \ |
27 |
${WRKSRC}/Makefile |
30 |
${WRKSRC}/Makefile |
28 |
|
31 |
|
29 |
.include <bsd.port.pre.mk> |
32 |
.include <bsd.port.mk> |
30 |
|
|
|
31 |
.if ${PERL_LEVEL} < 500600 |
32 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 |
33 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 |
34 |
.else |
35 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI |
36 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI |
37 |
.endif |
38 |
|
39 |
.include <bsd.port.post.mk> |