opnsense-ports/sysutils/p5-Fuse/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

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