mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add p5-Quota 1.3, a perl module that provides access to filesystem quotas.
This commit is contained in:
parent
7b31e1730d
commit
8b1d416e7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36739
@ -71,6 +71,7 @@
|
||||
SUBDIR += nut
|
||||
SUBDIR += nwclient
|
||||
SUBDIR += obliterate
|
||||
SUBDIR += p5-Quota
|
||||
SUBDIR += p5-Schedule-Cron
|
||||
SUBDIR += p5-Schedule-Match
|
||||
SUBDIR += p5-SyslogScan
|
||||
|
23
sysutils/p5-Quota/Makefile
Normal file
23
sysutils/p5-Quota/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: Quota
|
||||
# Date created: Wed Jan 3 09:06:26 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Quota
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Quota
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Quota.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/p5-Quota/distinfo
Normal file
1
sysutils/p5-Quota/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Quota-1.3.tar.gz) = 1917187e985956024ce91e0fa78c9834
|
1
sysutils/p5-Quota/pkg-comment
Normal file
1
sysutils/p5-Quota/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module that provides access to filesystem quotas
|
5
sysutils/p5-Quota/pkg-descr
Normal file
5
sysutils/p5-Quota/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The Perl Quota module provides access to filesystem quotas.
|
||||
|
||||
Author: Tom Zoerner <Tom.Zoerner@informatik.uni-erlangen.de>
|
||||
|
||||
--will
|
6
sysutils/p5-Quota/pkg-plist
Normal file
6
sysutils/p5-Quota/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Quota.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Quota/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Quota/Quota.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Quota/Quota.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Quota/autosplit.ix
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Quota
|
Loading…
Reference in New Issue
Block a user