aboutsummaryrefslogtreecommitdiff
path: root/security/py-cryptkit/Makefile
blob: b6c762a057b2d80c5c50179e3ee3a1d70b9ac457 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ex:ts=8
# Ports collection makefile for:	py-cryptkit
# Date created:			Mar 16, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	cryptkit
PORTVERSION=	0.9
CATEGORIES=	security python
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>