on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
19 lines
523 B
Makefile
19 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/03/05 18:51:32 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= py-smbpasswd-1.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//}
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://barryp.org/static/software/download/py-smbpasswd/1.0.1/
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
HOMEPAGE= http://barryp.org/software/py-smbpasswd/
|
|
COMMENT= Python SMB Password Hash Generator
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 24 23 22
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|