aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-pybtex/Makefile
blob: 326e3c2f356fc37bee78c86fb9efc5c8a5d7ce84 (plain) (tree)
1
2
3
4
5



                                                  
                 



















                                                                                              
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	pybtex
PORTVERSION=	0.24.0
PORTREVISION=	1
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	BibTeX-compatible bibliography processor in Python

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}latexcodec>=1.0.4:textproc/py-latexcodec@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}yaml>=3.01:devel/py-yaml@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>