blob: 0868bd9693a9506a6e8e10bd6811e9e3bf10ef54 (
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
|
# New ports collection makefile for: p5-Fuse
# Date created: 2006-07-17
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Fuse
PORTVERSION= 0.09
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DPAVLIN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Write filesystems in Perl using FUSE
BUILD_DEPENDS= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
RUN_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
BUILD_DEPENDS+= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
PORTSCOUT= skipv:0.09_4
USE_GNOME= pkgconfig
MAN3= Fuse.3
.include <bsd.port.mk>
|