17 lines
442 B
Makefile
17 lines
442 B
Makefile
# $NetBSD: Makefile,v 1.11 2007/09/30 17:45:25 wiz Exp $
|
|
|
|
DISTNAME= cryptkit-0.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptkit/}
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|