2001-03-15 00:18:15 +01:00
|
|
|
# New ports collection makefile for: p5-IO-String
|
|
|
|
# Date created: 13 March 2001
|
|
|
|
# Whom: Johann Visagie <johann@egenetics.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= IO-String
|
2005-10-29 17:09:52 +02:00
|
|
|
PORTVERSION= 1.07
|
2001-03-15 00:18:15 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= IO
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-02-11 09:24:13 +01:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Simplified Perl5 module to handle I/O on in-core strings
|
2001-03-15 00:18:15 +01:00
|
|
|
|
2001-03-20 13:57:39 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2001-03-15 00:18:15 +01:00
|
|
|
|
|
|
|
MAN3= IO::String.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|