traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. Port orignally created by Shell Hung <i@shellhung.org>. Moved from textproc/ to devel/.
21 lines
423 B
Makefile
21 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/19 19:09:12 peter Exp $
|
|
|
|
DISTNAME= IO-stringy-1.219
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.362
|
|
|
|
MAINTAINER= Shell Hung <i@shellhung.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= IO
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|