aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-cryptlib_py/Makefile
blob: f20733f51e15f0422d8b3d906c139c78e26ff6fc (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
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$

PORTNAME=   cryptlib_py
PORTVERSION=    3.4.3
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   ftp://ftp.franken.de/pub/crypt/cryptlib/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   cl${PORTVERSION:S/.//g}

MAINTAINER= yuri@FreeBSD.org
COMMENT=    Pythin binding for cryptlib

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/COPYING

ONLY_FOR_ARCHS= i386 amd64 armv6 armv7

USES=       python:2.7 zip:infozip
USE_PYTHON= distutils autoplist

LIB_DEPENDS+=   libcl.so:security/cryptlib

BUILD_WRKSRC=   ${WRKSRC}/bindings
INSTALL_WRKSRC= ${BUILD_WRKSRC}
NO_WRKSUBDIR=   yes

.include <bsd.port.mk>