aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/userinfo/Makefile
blob: 91e0486788e681fd60d846762af784569c958ef2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>