opnsense-ports/security/py-pgpdump/Makefile
Franco Fichtner 1f0b6014c7 */*: sync with upstream
Taken from: FreeBSD
2015-06-16 23:07:08 +02: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>