Update sysutils/duplicity to version 0.7.18.2
[dports.git] / sysutils / p5-Quota / Makefile
1 # Created by: will
2 # $FreeBSD$
3
4 PORTNAME=       Quota
5 PORTVERSION=    1.7.2
6 CATEGORIES=     sysutils perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Perl module that provides access to filesystem quotas
12
13 LICENSE=        ART10 GPLv1+
14 LICENSE_COMB=   dual
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.pre.mk>
20
21 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072
22 BROKEN=         Fails to build.
23 .endif
24
25 .include <bsd.port.post.mk>