aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IO-stringy/Makefile
blob: 463b7099d26445fa09c3a391af4fc1bfc6f8d1b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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>