Add HOMEPAGE

This commit is contained in:
shell 2001-09-01 01:49:42 +00:00
parent 44111201a1
commit 7c68aafe81
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2001/08/21 21:22:07 shell Exp $
# $OpenBSD: Makefile,v 1.8 2001/09/01 01:49:42 shell Exp $
COMMENT= "in-core objects like strings and arrays for I/O"
@ -6,7 +6,7 @@ VERSION= 2.108
DISTNAME= IO-stringy-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.434
NEED_VERSION= 1.448
MAINTAINER= Shell Hung <shell@openbsd.org>
@ -15,6 +15,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
HOMEPAGE= http://www.zeegee.com/code/perl/IO-stringy/
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO

View File

@ -1,3 +1,5 @@
This toolkit primarily provides modules for performing both traditional
and object-oriented i/o) on things *other* than normal filehandles;
in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.
WWW: ${HOMEPAGE}