mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: py-gnupg
|
|
# Date created: Jul 11, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnupg
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= py-gnupg
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= GnuPGInterface-${PORTVERSION}
|
|
|
|
MAINTAINER= shell@shellhung.org
|
|
COMMENT= Python module for GnuPG interface
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|