2015-06-17 03:05:24 +02:00
|
|
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pgpdump
|
|
|
|
PORTVERSION= 1.5
|
|
|
|
CATEGORIES= security python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2018-02-25 01:40:37 +01:00
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2015-06-17 03:05:24 +02:00
|
|
|
COMMENT= Python library for parsing PGP packets
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|