freebsd-ports/databases/postgresql-pllua/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

34 lines
706 B
Makefile

# New Ports collection makefile for: postgresql-pllua
# Date created: 27 Feb 2008
# Whom: sunghyuk
#
# $FreeBSD$
#
PORTNAME= pllua
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1722/
PKGNAMEPREFIX= postgresql-
MAINTAINER= sunghyuk@gmail.com
COMMENT= PL/Lua procedural language for PostgreSQL database
USE_PGSQL= yes
USE_GMAKE= yes
USE_LUA= 5.1+
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKSRC}/pkg-message
post-patch:
@${REINPLACE_CMD} -e 's|%LUA_INC%|${LUA_INCDIR}|g' \
-e 's|%LUA_LIB%|${LUA_LIBDIR}|g' \
${WRKSRC}/Makefile
post-install:
@${ECHO_MSG} ''
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG} ''
.include <bsd.port.mk>