summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Declare/Makefile
blob: 21bff9541a0e37d6414cdb87ae5ff24414e9a8aa (plain)
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-Class-Declare
# Date created:        12 January 2009
# Whom:            kevit
#
# $FreeBSD$
#

PORTNAME=	Class-Declare
PORTVERSION=	0.13
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	simarg@gmail.com
COMMENT=	Perl module for declare classes

BUILD_DEPENDS=	${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
MAN3=	Class::Declare::Dump.3 Class::Declare.3 Class::Declare::Hash.3

.include <bsd.port.mk>