1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/sysutils/p5-Quota/Makefile
Kurt Jaeger e7e5512f4b sysutils/p5-Quota: unbreak build on 12.x
PR:		235450
Reported by:	Scott Loga <cres24@mac.com>
2019-02-03 10:33:55 +00:00

20 lines
326 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Quota
PORTVERSION= 1.7.2
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that provides access to filesystem quotas
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>