openbsd-ports/security/py-gnupg/Makefile

31 lines
561 B
Makefile
Raw Normal View History

2011-09-16 07:41:38 -04:00
# $OpenBSD: Makefile,v 1.24 2011/09/16 11:41:39 espie Exp $
COMMENT= Python module for GnuPG interface
2002-01-12 03:39:39 -05:00
VERSION= 0.3.2
DISTNAME= GnuPGInterface-${VERSION}
PKGNAME= py-gnupg-${VERSION}
2011-09-16 07:41:38 -04:00
REVISION= 6
2002-01-12 03:39:39 -05:00
CATEGORIES= security devel
2002-01-12 03:39:39 -05:00
HOMEPAGE= http://py-gnupg.sourceforge.net/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-05-15 13:58:49 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/}
2004-08-03 17:31:06 -04:00
MODULES= lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= security/gnupg
2001-09-01 20:03:20 -04:00
2001-11-05 12:04:11 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>