aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Prototyped/Makefile
blob: 1930c16af656e2bf64e07c45bcdae015a47845ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	devel/p5-Class-Prototyped
# Date created:				20 April 2006
# Whom:					Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Class-Prototyped
PORTVERSION=	1.11
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Fast prototype-based OO programming in Perl

PERL_CONFIGURE=	yes

MAN3=	Class::Prototyped.3 \
	Class::Prototyped::why.3

.include <bsd.port.mk>