freebsd-ports/devel/p5-Filesys-Virtual/Makefile
Lars Thegler 47cea381a5 Removed patch residue
reported by:	pointyhat via kris
2004-12-26 11:34:07 +00:00

34 lines
751 B
Makefile

# 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.04
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Filesys
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
EXTRA_PATCHES= ${PATCHDIR}/5.005_03-Virtual.pm \
${PATCHDIR}/5.005_03-Virtual::Plain.pm
post-patch:
@${RM} -f ${WRKSRC}/Virtual.pm.orig \
${WRKSRC}/Virtual/Plain.pm.orig
.endif
.include <bsd.port.post.mk>