mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Remove 4.x workaround
PR: 113733 Submitted by: erwin Approved by: maintainer timeout
This commit is contained in:
parent
3ca99807af
commit
a3d6dac880
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194514
1 changed files with 4 additions and 11 deletions
|
@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Perl module for abstraction and simplification of database access
|
||||
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DBIx::Compat.3 DBIx::Database.3 DBIx::Intrors.3 \
|
||||
|
@ -26,14 +29,4 @@ post-configure:
|
|||
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 -lax/;' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
|
||||
.else
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue