22c103538d
The useracc utility is a special purpose database application to store and retrieve data about users in a distributed environment. It is usable in situations where a single numerical and/or a single non-numerical field for each index (possibly a user name) are adequate. PR: ports/46394 Submitted by: Konrad Heuer <kheuer@gwdg.de>
21 lines
436 B
Makefile
21 lines
436 B
Makefile
# New ports collection makefile for: useracc
|
|
# Date created: December 20th, 2002
|
|
# Whom: Konrad Heuer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= useracc
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ftp://gwdu111.gwdg.de/pub/FreeBSD/misc/ \
|
|
ftp://gwdu112.gwdg.de/pub/FreeBSD/misc/
|
|
|
|
MAINTAINER= kheuer@gwdg.de
|
|
COMMENT= Special purpose database application
|
|
|
|
MAN1= useracc.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|