2006-07-27 06:56:21 +02:00
|
|
|
# New ports collection makefile for: p5-Fuse
|
|
|
|
# Date created: 2006-07-17
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Fuse
|
2006-12-26 04:18:38 +01:00
|
|
|
PORTVERSION= 0.08
|
2006-07-27 06:56:21 +02:00
|
|
|
CATEGORIES= sysutils perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/D/DP/DPAVLIN
|
|
|
|
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
|
|
|
|
USE_GNOME= pkgconfig
|
|
|
|
|
|
|
|
MAN3= Fuse.3
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 600000 # Inherited from sysutils/fusefs-libs
|
|
|
|
IGNORE= depends on kernel module that requires FreeBSD 6 or later
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|