opnsense-ports/sysutils/p5-Quota/Makefile
Franco Fichtner 9ce5d12e36 */*: sync with upstream
Taken from: HardenedBSD
2018-07-17 00:12:32 +02:00

25 lines
443 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.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072
BROKEN= Fails to build.
.endif
.include <bsd.port.post.mk>