summaryrefslogtreecommitdiffstats
path: root/devel/p5-Filesys-Virtual/Makefile
blob: f9fb873caa31aece5637794ba1c8faa6985ed5b5 (plain)
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
# New ports collection makefile for:	p5-Filesys-Virtual
# Date created:        27 June 2004
# Whom:                Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Filesys-Virtual
PORTVERSION=	0.06
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@FreeBSD.org
COMMENT=	Perl extension to provide a framework for a virtual filesystem

PERL_CONFIGURE=	yes

MAN3=		Filesys::Virtual.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} <= 500503
post-patch:
	@${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/Virtual.pm
.endif

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud