2001-07-11 17:59:59 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: py-gnupg
|
|
|
|
# Date created: Jul 11, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnupg
|
2002-01-12 17:57:26 +01:00
|
|
|
PORTVERSION= 0.3.2
|
2001-07-11 17:59:59 +02:00
|
|
|
CATEGORIES= security python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= py-gnupg
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= GnuPGInterface-${PORTVERSION}
|
|
|
|
|
2001-08-22 12:46:53 +02:00
|
|
|
MAINTAINER= shell@shellhung.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Python module for GnuPG interface
|
2001-07-11 17:59:59 +02:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2002-04-29 20:53:07 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2001-07-11 17:59:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|