freebsd-ports/sysutils/p5-Fuse/Makefile

27 lines
554 B
Makefile
Raw Normal View History

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Fuse
2011-10-29 17:57:31 +02:00
PORTVERSION= 0.14
PORTREVISION= 1
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
2010-12-23 02:14:25 +01:00
PORTSCOUT= skipv:0.09_4
USE_PKGCONFIG= build
MAN3= Fuse.3
.include <bsd.port.mk>