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
|
2003-06-30 09:14:51 +02:00
|
|
|
PORTVERSION= 1.02
|
2001-03-15 00:18:15 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= IO
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-06-27 12:15:01 +02:00
|
|
|
MAINTAINER= wjv@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>
|