aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-cryptkit/Makefile
blob: 8b82df92df7e91a3f38a99797b27ef4fe761d5c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: ijliao
# $FreeBSD$

PORTNAME=   cryptkit
PORTVERSION=    0.9
PORTREVISION=   1
CATEGORIES= security python
MASTER_SITES=   SF/${PORTNAME}/_${PORTNAME}/Complete%20Kit
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Cryptographic Toolkit for Python

USES=       python
USE_PYTHON= distutils autoplist

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/*.so

.include <bsd.port.mk>