1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/p5-MaxMind-DB-Reader-XS/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

42 lines
1.2 KiB
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= MaxMind-DB-Reader-XS
PORTVERSION= 1.000008
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MAXMIND
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast XS implementation of MaxMind DB reader
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
RUN_DEPENDS= p5-Math-Int128>=0:math/p5-Math-Int128 \
p5-Math-Int64>=0:math/p5-Math-Int64 \
p5-MaxMind-DB-Common>=0.040001:net/p5-MaxMind-DB-Common \
p5-MaxMind-DB-Reader>=1.000012:net/p5-MaxMind-DB-Reader \
p5-Moo>=0:devel/p5-Moo \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
TEST_DEPENDS= p5-Module-Implementation>=0:devel/p5-Module-Implementation \
p5-Net-Works>=0.21:net/p5-Net-Works \
p5-Path-Class>=0.27:devel/p5-Path-Class \
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta \
p5-Test-Requires>=0:devel/p5-Test-Requires
USES= compiler:c11 perl5
USE_PERL5= modbuild
CONFIGURE_ENV= CC=${CC}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MaxMind/DB/Reader/XS/XS.so
.include <bsd.port.mk>