freebsd-ports/databases/iplike/Makefile
John Marino bcdd74d70f databases: iplike[1], jrrd[2]: reset maintainer
No reason offered.  Thanks for maintaining these for a few years.

PR:		ports/190839 [1]
PR:		ports/190840 [2]
Submitted by:	maintainer (Sevan Janiyan)
2014-06-09 22:07:15 +00:00

21 lines
467 B
Makefile

# Created by: Sevan Janiyan <venture37@geeklan.co.uk>
# $FreeBSD$
PORTNAME= iplike
PORTVERSION= 2.0.3
CATEGORIES= databases
MASTER_SITES= SF/opennms/IPLIKE/stable-2.0/
MAINTAINER= ports@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>