16 lines
412 B
Makefile
16 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:18 tv Exp $
|
|
|
|
DISTNAME= cryptkit-0.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptkit/}
|
|
|
|
MAINTAINER= shell@shellhung.org
|
|
HOMEPAGE= http://cryptkit.sf.net/
|
|
COMMENT= Python Cryptographic Toolkit
|
|
|
|
PYBINMODULE= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|