mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix *_DEPENDS: devel/p5-version is required by lang/perl5.8 only
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
35950c3328
commit
2563d662a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276637
1 changed files with 12 additions and 5 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= DBD-Pg
|
PORTNAME= DBD-Pg
|
||||||
PORTVERSION= 2.18.1
|
PORTVERSION= 2.18.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases perl5
|
CATEGORIES= databases perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -14,12 +15,11 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Provides access to PostgreSQL databases through the DBI
|
COMMENT= Provides access to PostgreSQL databases through the DBI
|
||||||
|
|
||||||
LICENSE_COMB= dual
|
|
||||||
LICENSE= ART20 GPLv1
|
LICENSE= ART20 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-DBI>=1.52:${PORTSDIR}/databases/p5-DBI \
|
BUILD_DEPENDS= p5-DBI>=1.52:${PORTSDIR}/databases/p5-DBI
|
||||||
p5-version>=0:${PORTSDIR}/devel/p5-version
|
RUN_DEPENDS= p5-DBI>=1.52:${PORTSDIR}/databases/p5-DBI
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
||||||
|
|
||||||
USE_PGSQL= yes
|
USE_PGSQL= yes
|
||||||
|
|
||||||
|
@ -36,4 +36,11 @@ post-install:
|
||||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 501000
|
||||||
|
BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
|
||||||
|
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue