mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
20 lines
373 B
Makefile
20 lines
373 B
Makefile
# Created by: winter@jurai.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= setquota
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.jurai.net/users/winter/
|
|
|
|
MAINTAINER= winter@jurai.net
|
|
COMMENT= Command line quota tools
|
|
|
|
BROKEN= unfetchable
|
|
DEPRECATED= Broken for more than 6 months
|
|
EXPIRATION_DATE= 2020-05-05
|
|
|
|
WRKSRC= ${WRKDIR}/setquota/
|
|
USES= uidfix
|
|
|
|
.include <bsd.port.mk>
|