mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
23 lines
403 B
Makefile
23 lines
403 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Fuse
|
|
PORTVERSION= 0.16.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DPATES
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Write filesystems in Perl using FUSE
|
|
|
|
LICENSE= LGPL21
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$
|
|
|
|
USES= perl5 fuse pkgconfig
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|