summaryrefslogtreecommitdiff
path: root/devel/p5-Object-MultiType/Makefile
blob: e48f8c4c1bf275c513e100ca64e0296303b6d25d (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
24
25
26
27
# Ports collection Makefile for:		p5-Object-MultiType
# Date created:					Oct 10 2003
# Whom:						clsung@dragon2.net
#
# $FreeBSD$

PORTNAME=	Object-MultiType
PORTVERSION=	0.03
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Object
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Perl Objects as Hash, Array and Scalar at the same time

MAN3=		Object::MultiType.3

PERL_CONFIGURE=	yes

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif

.include <bsd.port.post.mk>