pkgsrc/sysutils/wbm-passwd/Makefile
jlam 66d3a4291b Initial import of wbm-passwd-1.270 as sysutils/wbm-passwd.
This is the standard "passwd" Webmin module to change the password of
any user on the system.
2006-05-16 21:42:00 +00:00

16 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:42:00 jlam Exp $
DISTNAME= passwd
PKGNAME= wbm-${DISTNAME}-${WBM_VERSION}
DIST_SUBDIR= webmin-modules-${WBM_VERSION}
# The version is from the module.info file from the extracted distfile.
WBM_VERSION= 1.270
DEPENDS+= wbm-useradmin>=1.270:../../sysutils/wbm-useradmin
HOMEPAGE= http://www.webmin.com/standard.html
COMMENT= Webmin module to change users' system passwords
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"