freebsd-ports/security/py-pyaff4/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

30 lines
742 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= PyAFF4
PORTVERSION= 0.23
PORTREVISION= 1
CATEGORIES= security devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python Advanced Forensic Format Version 4 library
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}intervaltree>=2.1.0:devel/py-intervaltree \
${PYTHON_PKGNAMEPREFIX}python-snappy>=0.5:archivers/py-python-snappy \
${PYTHON_PKGNAMEPREFIX}rdflib>=4.2.1:textproc/py-rdflib
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
post-extract:
@${CHMOD} -R a+rX ${WRKSRC}
post-patch:
${REINPLACE_CMD} 's/aff4-snappy == 0.5/python-snappy >= 0.5/' ${WRKSRC}/setup.py
.include <bsd.port.mk>