freebsd-ports/devel/p5-Filesys-Virtual-Plain/Makefile
Lars Thegler e155c9d80c - Update to 0.09
- Use magic MASTER_SITES
- Use versioned dependency
2006-07-31 12:51:38 +00:00

31 lines
694 B
Makefile

# New ports collection makefile for: devel/p5-Filesys-Virtual-Plain
# Date created: 05 February 2005
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Filesys-Virtual-Plain
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= A Plain virtual filesystem
BUILD_DEPENDS= p5-Filesys-Virtual>=0.05:${PORTSDIR}/devel/p5-Filesys-Virtual
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Filesys::Virtual::Plain.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}/Plain.pm
.endif
.include <bsd.port.post.mk>