2008-03-21 08:42:59 +01:00
|
|
|
# New Ports collection makefile for: postgresql-pllua
|
|
|
|
# Date created: 27 Feb 2008
|
|
|
|
# Whom: sunghyuk
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pllua
|
2010-12-31 21:16:43 +01:00
|
|
|
PORTVERSION= 0.3.2
|
2008-03-21 08:42:59 +01:00
|
|
|
CATEGORIES= databases
|
2010-12-31 21:16:43 +01:00
|
|
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/2401/
|
2008-03-21 08:42:59 +01:00
|
|
|
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>
|