freebsd-ports/www/kannel-sqlbox/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

45 lines
1 KiB
Makefile

# $FreeBSD$
PORTNAME= kannel-sqlbox
PORTVERSION= 1.0.1
PORTREVISION= 6
CATEGORIES= www
MAINTAINER= dbaio@FreeBSD.org
# Co-maintainer: Alberto Mijares <amijaresp@gmail.com> (PR/173889)
COMMENT= Add-on module for www/kannel (svn rev.55)
LICENSE= The_Kannel_Software_License
LICENSE_NAME= The Kannel Software License, Version 1.0
LICENSE_FILE= ${WRKSRC}/KannelLICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${LOCALBASE}/include/kannel/gw-config.h:www/kannel
RUN_DEPENDS= ${LOCALBASE}/sbin/bearerbox:www/kannel
LIB_DEPENDS= libpcreposix.so:devel/pcre
USE_GITHUB= yes
GH_ACCOUNT= dbaio
USES= gmake iconv ssl
USE_GCC= yes
GNU_CONFIGURE= yes
USE_GNOME= libxml2
OPTIONS_MULTI= DATABASE
OPTIONS_MULTI_DATABASE= MYSQL PGSQL SQLITE3
OPTIONS_DEFAULT= MYSQL
MYSQL_USES= mysql
PGSQL_USES= pgsql
SQLITE3_USES= sqlite:3
USE_RC_SUBR= kannel_sqlbox
SUB_FILES= pkg-message
post-install:
${INSTALL_DATA} ${WRKSRC}/example/sqlbox.conf.example \
${STAGEDIR}${PREFIX}/etc/sqlbox.conf.sample
.include <bsd.port.mk>