1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/www/buku/Makefile
Tobias C. Berner 8bcd709b08 www/buku: add USE_PYTHON=noflavors
[00:01:53] Warning: (www/buku@py35): Error: Duplicated origin for buku-4.0: www/buku@py35 AND www/buku. Rerun with -v to see which ports are depending on these.
[00:01:53] Warning: (www/buku@py37): Error: Duplicated origin for buku-4.0: www/buku@py37 AND www/buku. Rerun with -v to see which ports are depending on these.

Approved by:	portmgr (antoine)
2019-01-06 13:08:56 +00:00

39 lines
1004 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= buku
PORTVERSION= 4.0
DISTVERSIONPREFIX= v
CATEGORIES= www python
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Powerful command-line bookmark manager
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR}
USES= python:3.4+
USE_GITHUB= yes
USE_PYTHON= autoplist distutils noflavors
NO_ARCH= yes
GH_ACCOUNT= jarun
GH_PROJECT= Buku
PLIST_FILES= man/man1/buku.1.gz
post-extract:
@${RM} -rf ${WRKSRC}/bukuserver
post-install:
${INSTALL_MAN} ${WRKSRC}/buku.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>