Fix dependencies
Bump PORTREVISION PR: 80216 Submitted by: janos.mohacsi@bsd.hu
This commit is contained in:
parent
732cf777b0
commit
206c47477a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134859
1 changed files with 3 additions and 9 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= mysqlman
|
||||
PORTVERSION= 1.09
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= http://www.gossamer-threads.com/scripts/source/
|
||||
DISTNAME= mysqlman
|
||||
|
@ -13,7 +14,8 @@ DISTNAME= mysqlman
|
|||
MAINTAINER= janos.mohacsi@bsd.hu
|
||||
COMMENT= MySQLMan is a web based MySQL database manager written in perl
|
||||
|
||||
RUN_DEPENDS= ${WWW_DIR}:${PORTSDIR}/${APACHE_PORT}
|
||||
RUN_DEPENDS= ${WWW_DIR}:${PORTSDIR}/${APACHE_PORT} \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION}
|
||||
RESTRICTED= "not redistributable, license agreement required"
|
||||
|
@ -60,12 +62,4 @@ post-install:
|
|||
@${ECHO} "Modify to your needs!"
|
||||
@${ECHO} ""
|
||||
|
||||
.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>
|
||||
|
|
Loading…
Reference in a new issue