diff options
| author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:54:10 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:54:10 +0000 |
| commit | 8b1d416e7cf9476b3f2880a78d5994e584c4d94a (patch) | |
| tree | 56f82ef1145c739bfe9bacb55b2a011e6c95b7c8 | |
| parent | 7b31e1730dbf7f0509f08decc3e1291f05c44b25 (diff) | |
Add p5-Quota 1.3, a perl module that provides access to filesystem quotas.
| -rw-r--r-- | sysutils/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/p5-Quota/Makefile | 23 | ||||
| -rw-r--r-- | sysutils/p5-Quota/distinfo | 1 | ||||
| -rw-r--r-- | sysutils/p5-Quota/pkg-comment | 1 | ||||
| -rw-r--r-- | sysutils/p5-Quota/pkg-descr | 5 | ||||
| -rw-r--r-- | sysutils/p5-Quota/pkg-plist | 6 |
6 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index f999a587da57..8a73a35a549e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -71,6 +71,7 @@ SUBDIR += nut SUBDIR += nwclient SUBDIR += obliterate + SUBDIR += p5-Quota SUBDIR += p5-Schedule-Cron SUBDIR += p5-Schedule-Match SUBDIR += p5-SyslogScan diff --git a/sysutils/p5-Quota/Makefile b/sysutils/p5-Quota/Makefile new file mode 100644 index 000000000000..2dea7e68b554 --- /dev/null +++ b/sysutils/p5-Quota/Makefile @@ -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> diff --git a/sysutils/p5-Quota/distinfo b/sysutils/p5-Quota/distinfo new file mode 100644 index 000000000000..ed5b85f96a80 --- /dev/null +++ b/sysutils/p5-Quota/distinfo @@ -0,0 +1 @@ +MD5 (Quota-1.3.tar.gz) = 1917187e985956024ce91e0fa78c9834 diff --git a/sysutils/p5-Quota/pkg-comment b/sysutils/p5-Quota/pkg-comment new file mode 100644 index 000000000000..073584a2852e --- /dev/null +++ b/sysutils/p5-Quota/pkg-comment @@ -0,0 +1 @@ +Perl module that provides access to filesystem quotas diff --git a/sysutils/p5-Quota/pkg-descr b/sysutils/p5-Quota/pkg-descr new file mode 100644 index 000000000000..784f011d0747 --- /dev/null +++ b/sysutils/p5-Quota/pkg-descr @@ -0,0 +1,5 @@ +The Perl Quota module provides access to filesystem quotas. + +Author: Tom Zoerner <Tom.Zoerner@informatik.uni-erlangen.de> + +--will diff --git a/sysutils/p5-Quota/pkg-plist b/sysutils/p5-Quota/pkg-plist new file mode 100644 index 000000000000..94f79d508636 --- /dev/null +++ b/sysutils/p5-Quota/pkg-plist @@ -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 |
