head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.35.02;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.20.18.59.10;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.10.16.47.56;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.46.54;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.29.18.49.14;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.16.10.14.44;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	py-cryptkit
# Date created:			Mar 16, 2002
# Whom:				ijliao
#
# $FreeBSD: head/security/py-cryptkit/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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

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

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.5
log
@De-pkg-comment.
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.4
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d17 1
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a17 2
PORTCOMMENT=	A Cryptographic Toolkit for Python

@


1.2
log
@use USE_PYDISTUTILS
@
text
@d18 2
@


1.1
log
@add py-cryptkit 0.9
A Cryptographic Toolkit for Python
@
text
@d19 1
a19 8

SETUP_CMD=	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py

do-build:
	@@${SETUP_CMD} build

do-install:
	@@${SETUP_CMD} install
@

