aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Object-MultiType/Makefile
blob: 3b6bf60c041ccbdad7fae62023057326c1400d3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ports collection Makefile for:		p5-Object-MultiType
# Created by: clsung@dragon2.net
# $FreeBSD$

PORTNAME=	Object-MultiType
PORTVERSION=	0.05
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

MAN3=		Object::MultiType.3

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>