Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / p5-Fuse / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Fuse
5 PORTVERSION=    0.16.1
6 PORTREVISION=   1
7 CATEGORIES=     sysutils perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:DPATES
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     perl@FreeBSD.org
13 COMMENT=        Write filesystems in Perl using FUSE
14
15 LICENSE=        LGPL21
16
17 PORTSCOUT=      limit:^[0-9\.]*$$
18
19 USES=           perl5 fuse pkgconfig
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>