[Midnightbsd-cvs] mports [22198] trunk/databases/postgresql95-plperl/Makefile: update makefile

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 29 11:36:35 EST 2016


Revision: 22198
          http://svnweb.midnightbsd.org/mports/?rev=22198
Author:   laffer1
Date:     2016-12-29 11:36:35 -0500 (Thu, 29 Dec 2016)
Log Message:
-----------
update makefile

Modified Paths:
--------------
    trunk/databases/postgresql95-plperl/Makefile

Modified: trunk/databases/postgresql95-plperl/Makefile
===================================================================
--- trunk/databases/postgresql95-plperl/Makefile	2016-12-29 16:35:47 UTC (rev 22197)
+++ trunk/databases/postgresql95-plperl/Makefile	2016-12-29 16:36:35 UTC (rev 22198)
@@ -1,6 +1,26 @@
 # Created by: Palle Girgensohn <girgen at partitur.se>
-# $FreeBSD: head/databases/postgresql95-plperl/Makefile 405482 2016-01-07 19:58:47Z girgen $
+# $FreeBSD: head/databases/postgresql90-plperl/Makefile 366114 2014-08-25 17:53:26Z crees $
+# $MidnightBSD$
 
-WANT_PGSQL_VER=	9.5
+PORTNAME=	postgresql
+CATEGORIES=	databases perl5
+PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
 
-.include "${.CURDIR}/../postgresql90-plperl/Makefile"
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Write SQL functions for PostgreSQL using Perl5
+
+RUN_DEPENDS=	postgres:${PORTSDIR}/databases/postgresql${WANT_PGSQL_VER:S/.//}-server
+
+MASTERDIR=	${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
+
+WANT_PGSQL_VER?=9.5
+
+USES+=		perl5 readline
+CONFIGURE_ARGS=	--with-perl
+
+BUILD_DIRS=	src/backend src/pl/plperl
+INSTALL_DIRS=	src/pl/plperl
+SLAVE_ONLY=	yes
+COMPONENT=	-plperl
+
+.include "${MASTERDIR}/Makefile"



More information about the Midnightbsd-cvs mailing list