openbsd-ports/devel/p5-File-Flat/Makefile
msf abbd8c0b74 initial import of File::Flat 0.96
File::Flat implements a flat filesystem. A flat filesystem is a
filesystem in which directories do not exist. It provides an abstraction
over any normal filesystem which makes it appear as if directories do
not exist. In effect, it will automatically create directories as
needed. This is create for things like install scripts and such, as you
never need to worry about the existance of directories, just write to a
file, no matter where it is.
2006-12-04 09:59:45 +00:00

26 lines
543 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/12/04 09:59:45 msf Exp $
COMMENT= "implements a flat filesystem"
MODULES= cpan
DISTNAME= File-Flat-0.96
CATEGORIES= devel
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-prefork \
::devel/p5-File-NCopy \
::devel/p5-File-Remove \
::devel/p5-File-Slurp
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS= ::devel/p5-Test-ClassAPI
.include <bsd.port.mk>