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


1.12
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2009.08.22.00.35.02;	author amdmi3;	state Exp;
branches;
next	1.10;

1.10
date	2007.07.30.09.41.55;	author alexbl;	state Exp;
branches;
next	1.9;

1.9
date	2005.01.29.17.37.56;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.21.13.26.54;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2002.04.29.18.49.14;	author ijliao;	state Exp;
branches;
next	1.6;

1.6
date	2002.01.12.16.57.26;	author kevlo;	state Exp;
branches;
next	1.5;

1.5
date	2001.11.04.19.48.49;	author petef;	state Exp;
branches;
next	1.4;

1.4
date	2001.09.02.02.52.24;	author markp;	state Exp;
branches;
next	1.3;

1.3
date	2001.08.22.10.46.53;	author ijliao;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.12
log
@Switch exporter over
@
text
@# ex:ts=8
# New ports collection makefile for:	py-gnupg
# Date created:			Jul 11, 2001
# Whom:				ijliao
#
# $FreeBSD: head/security/py-gnupg/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	gnupg
PORTVERSION=	0.3.2
CATEGORIES=	security python
MASTER_SITES=	SF/py-${PORTNAME}/GnuPGInterface/${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	GnuPGInterface-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Python module for GnuPG interface

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	GnuPGInterface

.include <bsd.port.mk>
@


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


1.10
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	py-gnupg
@


1.9
log
@With portmgr hat on, reset bouncing maintainer address (already noted
by leeym in devel/p5-Test-Simple) without prejudice.
@
text
@d22 1
@


1.8
log
@De-pkg-comment.
@
text
@d17 1
a17 1
MAINTAINER=	shell@@shellhung.org
@


1.7
log
@use USE_PYDISTUTILS
@
text
@d18 1
@


1.6
log
@Update to version 0.3.2

PR: 33807
Submitted by: MAINTAINER
@
text
@d20 1
a20 8

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

do-build:
	@@${SETUP_CMD} build

do-install:
	@@${SETUP_CMD} install -c -O1 --prefix=${PREFIX}
@


1.5
log
@- update to 0.3.1
- reword pkg-comment

PR:		31752
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTVERSION=	0.3.1
d27 1
a27 1
	@@${SETUP_CMD} install
@


1.4
log
@Updated to 0.3.0.

PR:		30259
Submitted by:	Shell Hung <shell@@shellhung.org>
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/py-gnupg/Makefile,v 1.3 2001/08/22 10:46:53 ijliao Exp $
d10 1
a10 1
PORTVERSION=	0.3.0
@


1.3
log
@pass maintainership

Submitted by:	shell@@shellhung.org (new maintainer)
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/py-gnupg/Makefile,v 1.2 2001/08/22 10:31:54 ijliao Exp $
d10 1
a10 1
PORTVERSION=	0.2.1
@


1.2
log
@upgrade to 0.2.1
drop maintainership
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/py-gnupg/Makefile,v 1.1 2001/07/11 15:59:59 ijliao Exp $
d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
@


1.1
log
@add py-gnupg
A Python module to interface with GnuPG
@
text
@d6 1
a6 1
# $FreeBSD$
d10 1
a10 1
PORTVERSION=	0.1.0
d17 1
a17 1
MAINTAINER=	ijliao@@FreeBSD.org
@

