2004-02-09 14:15:39 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2004/02/09 19:15:39 xsa Exp $
|
2001-08-22 01:20:25 -04:00
|
|
|
|
2004-02-09 14:15:39 -05:00
|
|
|
COMMENT= "Python module for GnuPG interface"
|
2001-08-22 01:20:25 -04:00
|
|
|
|
2002-01-12 03:39:39 -05:00
|
|
|
VERSION= 0.3.2
|
|
|
|
DISTNAME= GnuPGInterface-${VERSION}
|
|
|
|
PKGNAME= py-gnupg-${VERSION}
|
|
|
|
CATEGORIES= security devel
|
2001-08-22 01:20:25 -04:00
|
|
|
|
2002-01-12 03:39:39 -05:00
|
|
|
HOMEPAGE= http://py-gnupg.sourceforge.net/
|
2001-08-22 01:20:25 -04:00
|
|
|
|
2002-01-12 03:39:39 -05:00
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
2001-08-22 01:20:25 -04:00
|
|
|
|
2003-07-31 15:11:59 -04:00
|
|
|
# LGPL
|
2001-08-22 01:20:25 -04:00
|
|
|
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/}
|
2001-08-22 01:20:25 -04:00
|
|
|
|
2003-07-31 15:11:59 -04:00
|
|
|
MODULES= python
|
2001-08-22 01:20:25 -04:00
|
|
|
|
2003-07-31 15:11:59 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= :gnupg-*:security/gnupg
|
2001-09-01 20:03:20 -04:00
|
|
|
|
2001-11-05 12:04:11 -05:00
|
|
|
NO_REGRESS= Yes
|
2001-08-22 01:20:25 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|