1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/sysutils/p5-Quota/Makefile
Mathieu Arnold b33ef9725b Mark that this fails to build on a recent HEAD.
Quota.xs:162:41: error: use of undeclared identifier 'RQUOTA_GRPQUOTA'
  ext_gq_args.gqa_type = ((kind != 0) ? GQA_TYPE_GRP : GQA_TYPE_USR);
                                        ^
./myconfig.h:75:22: note: expanded from macro 'GQA_TYPE_GRP'
                     ^

Sponsored by:	Absolight
2018-07-18 07:38:44 +00:00

26 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>