c7e7e9abc2
Set MAINTAINER to axel.rau@chaos1.de, already maintainer of several ports PR: 255317 Reported by: axel.rau@chaos1.de
22 lines
562 B
Makefile
22 lines
562 B
Makefile
# Created by: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
PORTNAME= ip4r
|
|
PORTVERSION= 2.4.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases net
|
|
|
|
MAINTAINER= axel.rau@chaos1.de
|
|
COMMENT= IP address and IP range index types for PostgreSQL
|
|
|
|
LICENSE= PostgreSQL
|
|
|
|
USES= gmake pgsql
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= RhodiumToad
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/include/postgresql/server/extension/ip4r
|
|
${INSTALL_DATA} ${WRKSRC}/src/ipr.h ${STAGEDIR}${PREFIX}/include/postgresql/server/extension/ip4r
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/ip4r.so
|
|
|
|
.include <bsd.port.mk>
|