aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Null/Makefile
blob: b56f442346b56f99192561802dbc47aa0b526f2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	devel/p5-IO-Null
# Date created:				06/06/2006
# Whom:					Rouslan Iskhakov <rouslan@rshell.net>
#
# $FreeBSD$
#

PORTNAME=	IO-Null
PORTVERSION=	1.01
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	rouslan@rshell.net
COMMENT=	IO::Null - class for null filehandles

PERL_CONFIGURE=	yes

MAN3=		IO::Null.3

.include <bsd.port.mk>