openbsd-ports/devel/p5-File-Slurp/Makefile
msf 66740013e0 - initial import of File-Slurp-9999.06
This module provides subs that allow you to read or write entire files
with one simple call. They are designed to be simple to use, have
flexible ways to pass in or get the file contents and to be very
efficient.  There is also a sub to read in all the files in a directory
other than "." and ".."
2004-12-30 02:43:05 +00:00

24 lines
472 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 02:43:05 msf Exp $
COMMENT= "efficient reading/writing of complete files"
DISTNAME= File-Slurp-9999.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>