aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-autobox-Transform/Makefile
blob: ca59011037ac5d51b3412c6afb895521d67652e1 (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
27
28
29
PORTNAME=	autobox-Transform
PORTVERSION=	1.035
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=CPAN:JOHANL
PKGNAMEPREFIX=	p5-

MAINTAINER=	bokutin@bokut.in
COMMENT=	Autobox methods to transform Arrays and Hashes

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
		p5-Sort-Maker>=0:devel/p5-Sort-Maker \
		p5-autobox>=0:devel/p5-autobox \
		p5-autobox-Core>=0:devel/p5-autobox-Core
TEST_DEPENDS=	p5-Moo>=0:devel/p5-Moo \
		p5-Test-Differences>=0:devel/p5-Test-Differences \
		p5-Test-Exception>=0:devel/p5-Test-Exception

USES=		perl5
USE_PERL5=	modbuildtiny
PLIST_FILES=	${SITE_PERL}/autobox/Transform.pm \
		${SITE_MAN3_REL}/autobox::Transform.3.gz

NO_ARCH=	yes

.include <bsd.port.mk>