1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/security/py-gnupg/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
409 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gnupg
PORTVERSION= 2.0.2
CATEGORIES= security python
MASTER_SITES= http://www.c-s.li/ports/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Python wrapper for GnuPG
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>