aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Data-ConfigHash/Makefile
blob: ed6ede99a1aff391b5dd490128f1bcf7cb1c77b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$

PORTNAME=	Class-Data-ConfigHash
PORTVERSION=	0.00002
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	markun@onohara.to
COMMENT=	Add Catalyst-Style Config To Your Class

BUILD_DEPENDS=	p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS=	p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>