diff options
author | will <will@FreeBSD.org> | 2001-01-04 07:54:10 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 07:54:10 +0800 |
commit | 43d7bcc414146f58a7881b015b36bc45f5171c2f (patch) | |
tree | d43395fd2fab77cdbb564197b4ba3295a72d4beb /sysutils | |
parent | 3d16ce58a310cf0202d7b2a234c97e5dfb94a59b (diff) | |
download | freebsd-ports-gnome-43d7bcc414146f58a7881b015b36bc45f5171c2f.tar.gz freebsd-ports-gnome-43d7bcc414146f58a7881b015b36bc45f5171c2f.tar.zst freebsd-ports-gnome-43d7bcc414146f58a7881b015b36bc45f5171c2f.zip |
Add p5-Quota 1.3, a perl module that provides access to filesystem quotas.
Diffstat (limited to 'sysutils')
-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 |