aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Fuse-Simple/Makefile
blob: e2f8969a05fefd09516940163b2df9be550bb3d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	p5-Fuse-Simple
# Date created:		2006-08-06
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	Fuse-Simple
PORTVERSION=	1.00
CATEGORIES=	sysutils perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../../authors/id/N/NO/NOSEYNICK
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@gslin.org
COMMENT=	Simple way to write filesystems in Perl using FUSE

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Fuse.pm:${PORTSDIR}/sysutils/p5-Fuse

PERL_CONFIGURE=	yes

MAN3=		Fuse::Simple.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	${SITE_PERL}/Switch.pm:${PORTSDIR}/lang/p5-Switch
.endif

.include <bsd.port.post.mk>