aboutsummaryrefslogblamecommitdiff
path: root/databases/py-pgxnclient/Makefile
blob: b24d944d5cdb7fc9b2f56533bc9d41a89d450b31 (plain) (tree)
1
2
3
4
5
6
7
8
9
                          
                     
                 
                                
                    


                                                                                   
                                                  
 


                                 


                                                                                             
                                                                      
 

                                                        
                                         
                   
 
                      
PORTNAME=	pgxnclient
PORTVERSION=	1.3.2
PORTREVISION=	1
CATEGORIES=	databases python
MASTER_SITES=	PYPI

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	Command line tool to interact with the PostgreSQL Extension Network
WWW=		https://pgxn.github.io/pgxnclient/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

USES=		python shebangfix
USE_PYTHON=	autoplist concurrent distutils optsuffix
SHEBANG_FILES=	pgxnclient/libexec/pgxn-*
NO_ARCH=	yes

.include <bsd.port.mk>