mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Convert to optionsng
This commit is contained in:
parent
8fb50795ae
commit
d52f4f84ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298768
@ -16,7 +16,8 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Radiator Radius Server by Open System Consultants
|
||||
|
||||
OPTIONS= MYSQL "MySQL Support" off
|
||||
OPTIONS_DEFINE= MYSQL
|
||||
MYSQL_DESC= MySQL support
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
@ -39,7 +40,7 @@ IGNORE= will not be automatically fetched due to licensing\
|
||||
same directory as well)
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
.if ${PORT_OPTIONS:MMYSQL}
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user