1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/databases/iplike/Makefile
Danilo Egea Gondolfo a36bcc7c35 - Update to 2.1.3
2019-09-09 11:04:35 +00:00

23 lines
469 B
Makefile

# Created by: Sevan Janiyan <venture37@geeklan.co.uk>
# $FreeBSD$
PORTNAME= iplike
PORTVERSION= 2.1.3
CATEGORIES= databases
MASTER_SITES= SF/opennms/IPLIKE/stable-2.1/
MAINTAINER= danilo@FreeBSD.org
COMMENT= C implementation of the OpenNMS iplike stored procedure
USES= libtool pgsql
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
SUB_FILES= pkg-message
INSTALL_TARGET= install-strip
PLIST_FILES= lib/postgresql/iplike.so \
sbin/install_iplike.sh
.include <bsd.port.mk>