aboutsummaryrefslogtreecommitdiff
path: root/security/py-pgpdump/Makefile
blob: c9beaa8de294aeb91021fbd18aecb3d1375f3943 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Yuri Victorovich <yuri@rawbw.com>

PORTNAME=	pgpdump
PORTVERSION=	1.5
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Python library for parsing PGP packets

LICENSE=	BSD2CLAUSE

NO_ARCH=	yes
USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>