31 lines
562 B
Makefile
31 lines
562 B
Makefile
# $OpenBSD: Makefile,v 1.23 2011/06/08 17:43:20 jasper Exp $
|
|
|
|
COMMENT= Python module for GnuPG interface
|
|
|
|
VERSION= 0.3.2
|
|
DISTNAME= GnuPGInterface-${VERSION}
|
|
PKGNAME= py-gnupg-${VERSION}
|
|
|
|
REVISION= 5
|
|
|
|
CATEGORIES= security devel
|
|
|
|
HOMEPAGE= http://py-gnupg.sourceforge.net/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/}
|
|
|
|
MODULES= lang/python
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= security/gnupg
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|