mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
df895bd769
Approved by: portmgr (bapt@, blanket)
26 lines
503 B
Makefile
26 lines
503 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Fuse::Simple.3
|
|
|
|
.include <bsd.port.mk>
|