e44bf515dc
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
16 lines
407 B
Makefile
16 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:56 jlam Exp $
|
|
|
|
DISTNAME= cryptkit-0.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security
|
|
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"
|