403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/databases/pg_partman/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/databases/pg_partman/Makefile
PORTNAME=	pg_partman
DISTVERSIONPREFIX=	v
DISTVERSION=	4.6.0
CATEGORIES=	databases

MAINTAINER=	lacey.leanne@gmail.com
COMMENT=	PostgreSQL Partition Manager
WWW=		https://github.com/keithf4/pg_partman

LICENSE=	PostgreSQL
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/psycopg2/__init__.py:databases/py-psycopg2

USES=		cpe gmake pgsql:9.4+ python uidfix shebangfix
CPE_VENDOR=	pgxn

USE_GITHUB=	yes
GH_ACCOUNT=	keithf4

WANT_PGSQL=	server
SHEBANG_GLOB=	*.py

LLD_UNSAFE=	yes

OPTIONS_DEFINE=	DOCS

.include <bsd.port.pre.mk>

# With PG11+ some scripts are only installed when they are common to
# all PG versions.
.if ${PGSQL_VER:R} < 11
PLIST_SUB+=	OLDPG=""
.else
PLIST_SUB+=	OLDPG="@comment "
.endif

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pg_partman_bgw.so

post-install-DOCS-on:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${MV} ${STAGEDIR}${PREFIX}/share/doc/postgresql/extension/*.md ${STAGEDIR}${DOCSDIR}
	${RMDIR} ${STAGEDIR}${PREFIX}/share/doc/postgresql/extension
	${RMDIR} ${STAGEDIR}${PREFIX}/share/doc/postgresql

post-install-DOCS-off:
	${RM} -r ${STAGEDIR}${PREFIX}/share/doc/postgresql

.include <bsd.port.post.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit