ba340d7a6d
- Shorten COMMENT Changes: http://search.cpan.org/dist/IO-stringy/README
16 lines
299 B
Makefile
16 lines
299 B
Makefile
# Created by: Eivind Eklund <eivind@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IO-stringy
|
|
PORTVERSION= 2.111
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Use IO handles with non-file objects
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|