freebsd-ports/sysutils/userinfo/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

19 lines
363 B
Makefile

# Created by: Ben Kibbey <bjk@arbornet.org>
# $FreeBSD$
PORTNAME= userinfo
PORTVERSION= 2.4
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= zi@FreeBSD.org
COMMENT= Show information about local users
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool tar:bzip2
GNU_CONFIGURE= yes
.include <bsd.port.mk>