summaryrefslogtreecommitdiff
path: root/devel/p5-Object-Declare/Makefile
blob: da07d0ae75c69361f1a4b5d8134d68be06c9d4c6 (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:	p5-Object-Declare
# Date created:		2006-07-19
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

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

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Declarative object constructor

PERL_CONFIGURE=	yes

MAN3=		Object::Declare.3

.include <bsd.port.mk>