freebsd-ports/security/py-pgpdump/Makefile
Xin LI e6f5575fe0 A Python library for parsing PGP packets
WWW: https://pypi.python.org/pypi/pgpdump/

PR:		200364
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2015-06-17 01:05:24 +00:00

19 lines
369 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= pgpdump
PORTVERSION= 1.5
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Python library for parsing PGP packets
LICENSE= BSD2CLAUSE
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>