freebsd-ports/sysutils/p5-Fuse-Simple/Makefile
Andrej Zverev 3982ced0ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:52:54 +00:00

24 lines
489 B
Makefile

# 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= CPAN:NOSEYNICK
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Simple way to write filesystems in Perl using FUSE
RUN_DEPENDS= p5-Fuse>=0:${PORTSDIR}/sysutils/p5-Fuse
PERL_CONFIGURE= yes
MAN3= Fuse::Simple.3
.include <bsd.port.mk>