aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-gnupg/Makefile
blob: 6aabda51b3a27577b70e3a8ea1c5224015dfe5b5 (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
# ex:ts=8
# New ports collection makefile for:    py-gnupg
# Date created:         Jul 11, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

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>