diff options
Diffstat (limited to 'security/py-smbpasswd/Makefile')
-rw-r--r-- | security/py-smbpasswd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-smbpasswd/Makefile b/security/py-smbpasswd/Makefile index b7ef67df454..7f83684e08b 100644 --- a/security/py-smbpasswd/Makefile +++ b/security/py-smbpasswd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/03/05 18:51:32 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/08 14:16:55 bouyer Exp $ # DISTNAME= py-smbpasswd-1.0.1 @@ -13,7 +13,7 @@ COMMENT= Python SMB Password Hash Generator PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 24 23 22 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 22 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |