2001-01-04 00:54:10 +01:00
|
|
|
# New ports collection makefile for: Quota
|
|
|
|
# Date created: Wed Jan 3 09:06:26 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Quota
|
2005-09-06 09:19:28 +02:00
|
|
|
PORTVERSION= 1.5.1
|
2001-01-04 00:54:10 +01:00
|
|
|
CATEGORIES= sysutils perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Quota
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-06-12 18:41:16 +02:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Perl module that provides access to filesystem quotas
|
2001-01-04 00:54:10 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Quota.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|