2012-10-06 12:17:52 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-07-27 06:56:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Fuse
|
2011-10-29 17:57:31 +02:00
|
|
|
PORTVERSION= 0.14
|
2012-10-06 12:17:52 +02:00
|
|
|
PORTREVISION= 1
|
2006-07-27 06:56:21 +02:00
|
|
|
CATEGORIES= sysutils perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:03:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:DPAVLIN
|
2006-07-27 06:56:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-12-26 04:18:38 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-27 06:56:21 +02:00
|
|
|
COMMENT= Write filesystems in Perl using FUSE
|
|
|
|
|
2006-12-26 04:18:38 +01:00
|
|
|
BUILD_DEPENDS= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
|
2006-07-27 06:56:21 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
|
2006-12-26 04:18:38 +01:00
|
|
|
BUILD_DEPENDS+= ${RUN_DEPENDS}
|
2006-07-27 06:56:21 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2010-12-23 02:14:25 +01:00
|
|
|
PORTSCOUT= skipv:0.09_4
|
|
|
|
|
2012-10-06 12:17:52 +02:00
|
|
|
USE_PKGCONFIG= build
|
2006-07-27 06:56:21 +02:00
|
|
|
|
|
|
|
MAN3= Fuse.3
|
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|