17 lines
435 B
Makefile
17 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/10/04 21:58:14 wiz Exp $
|
|
|
|
DISTNAME= cryptkit-0.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptkit/}
|
|
|
|
MAINTAINER= shell@NetBSD.org
|
|
HOMEPAGE= http://cryptkit.sourceforge.net/
|
|
COMMENT= Python Cryptographic Toolkit
|
|
|
|
PYBINMODULE= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|