aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Object-InsideOut/Makefile
blob: 43e9e5ab4ba3d454b9057831b5ea6ada516d4509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Geraud Continsouzas <geraud@gcu.info>
# $FreeBSD$

PORTNAME=	Object-InsideOut
PORTVERSION=	3.98
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JDHEDDEN
PKGNAMEPREFIX=	p5-

MAINTAINER=	culot@FreeBSD.org
COMMENT=	Object::InsideOut - Comprehensive inside-out object support module

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Data-Dumper>=2.131:${PORTSDIR}/devel/p5-Data-Dumper \
		p5-Exception-Class>=1.32:${PORTSDIR}/devel/p5-Exception-Class \
		p5-Want>=0.21:${PORTSDIR}/devel/p5-Want
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>