freebsd-ports/sysutils/p5-Fuse-Simple/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

24 lines
529 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= ../../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.mk>