17 lines
344 B
Makefile
17 lines
344 B
Makefile
PORTNAME= pgpdump
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= security python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Python library for parsing PGP packets
|
|
WWW= https://pypi.org/project/pgpdump/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|