1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/py-gnupg/Makefile

20 lines
424 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gnupg
PORTVERSION= 0.3.2
CATEGORIES= security python
MASTER_SITES= SF/py-${PORTNAME}/GnuPGInterface/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= GnuPGInterface-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module for GnuPG interface
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= GnuPGInterface
NO_STAGE= yes
.include <bsd.port.mk>