mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
22a7cc4d51
- Support STAGEDIR Changes: http://search.cpan.org/dist/Fuse/Changes
20 lines
357 B
Makefile
20 lines
357 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Fuse
|
|
PORTVERSION= 0.16.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
|
|
|
|
USES= perl5 fuse pkgconfig
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|