forked from Lainports/freebsd-ports
- convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt)
23 lines
401 B
Makefile
23 lines
401 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Fuse
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DPAVLIN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Write filesystems in Perl using FUSE
|
|
|
|
PERL_CONFIGURE= yes
|
|
PORTSCOUT= skipv:0.09_4
|
|
|
|
USE_FUSE= yes
|
|
USE_PKGCONFIG= build
|
|
|
|
MAN3= Fuse.3
|
|
|
|
.include <bsd.port.mk>
|