aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-TieCombine/Makefile
blob: 793613aec03af5b7d018f467faf1d636eef91493 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	p5-IO-TieCombine
# Date created:		2008-11-23
# Whom:			Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	IO-TieCombine
PORTVERSION=	1.000
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Perl 5 module to produce tied separate but combined variables

PERL_CONFIGURE=	5.8.0+

MAN3=	IO::TieCombine.3 \
	IO::TieCombine::Handle.3 \
	IO::TieCombine::Scalar.3

.include <bsd.port.mk>