freebsd-ports/sysutils/p5-Fuse/Makefile
Cheng-Lung Sung 0e07c2291d Add p5-Fuse 0.07, write filesystems in Perl using FUSE.
PR:		ports/100415
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-27 04:56:21 +00:00

32 lines
732 B
Makefile

# New ports collection makefile for: p5-Fuse
# Date created: 2006-07-17
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Fuse
PORTVERSION= 0.07
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/D/DP/DPAVLIN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Write filesystems in Perl using FUSE
RUN_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
BUILD_DEPENDS= ${RUN_DEPENDS}
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>