b3a75009e5
A free, community-sourced, machine-readable knowledge base of forensic artifacts that the world can use both as an information source and within other tools. WWW: https://github.com/ForensicArtifacts/artifacts
22 lines
496 B
Makefile
22 lines
496 B
Makefile
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= artifacts
|
|
PORTVERSION= 20150409
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP \
|
|
LOCAL/antoine
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= ForensicArtifacts.com Artifact Repository
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:${PORTSDIR}/devel/py-yaml
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|