mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
36bdd96cf0
Also switch to ports-gcc since this uses various -W flags base gcc does not know. OK sthen@
32 lines
642 B
Makefile
32 lines
642 B
Makefile
COMMENT= IPv4/v6 and IPv4/v6 range index type for PostgreSQL
|
|
|
|
GH_ACCOUNT= RhodiumToad
|
|
GH_PROJECT= ip4r
|
|
|
|
# use a slightly newer commit including the license file
|
|
GH_TAGNAME= 2.4.2
|
|
#DISTNAME= ip4r-2.4.1pl1
|
|
|
|
PKGNAME= postgresql-${DISTNAME}
|
|
CATEGORIES= databases net
|
|
|
|
# PostgreSQL license (BSD)
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# -Wvla and other unrecognized command line options
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
WANTLIB += c
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
MODULES= databases/postgresql
|
|
BUILD_DEPENDS= databases/postgresql,-server
|
|
RUN_DEPENDS= databases/postgresql,-server
|
|
|
|
TEST_DEPENDS= ${BUILD_PKGPATH}
|
|
TEST_TARGET= installcheck
|
|
|
|
.include <bsd.port.mk>
|