diff options
Diffstat (limited to 'sysutils/p5-Quota/Makefile')
-rw-r--r-- | sysutils/p5-Quota/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/p5-Quota/Makefile b/sysutils/p5-Quota/Makefile new file mode 100644 index 0000000..2dea7e6 --- /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> |