Update security/lynis to version 2.5.1
[dports.git] / security / py-python-gnupg / Makefile
1 # Created by: Christer Edwards <christer.edwards@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       python-gnupg
5 PORTVERSION=    0.4.0
6 CATEGORIES=     security python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     christer.edwards@gmail.com
11 COMMENT=        Python wrapper for the GNU Privacy Guard (GPG or GnuPG)
12
13 LICENSE=        BSD3CLAUSE
14 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
15
16 NO_ARCH=        yes
17 USES=           python
18 USE_PYTHON=     autoplist distutils
19
20 .include <bsd.port.mk>