aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-itsdangerous/Makefile
blob: 0d580bfef7516a704652367412be1c57d4fed107 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Olivier Duchateau
# $FreeBSD$
#

PORTNAME=   itsdangerous
PORTVERSION=    0.22
CATEGORIES= security python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= olivierd@FreeBSD.org
COMMENT=    Various helpers to pass data in untrusted environments

USE_PYTHON= yes
USE_PYDISTUTILS=    easy_install

OPTIONSFILE=    ${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE= JSON

.include <bsd.port.options.mk>

.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MJSON}
RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:${PORTSDIR}/devel/py-simplejson
.endif

.if ${PYTHON_REL} >= 320
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
.endif

.include <bsd.port.post.mk>