aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Record/Makefile
blob: 0ea1f02e3d3aed784ad6f4802b2fd2412e64fc7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

PORTNAME=	Data-Record
PORTVERSION=	0.02
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	espen@tagestad.no
COMMENT=	Perl module implementing "split" on steroids

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

TEST_DEPENDS=	p5-Sub-Uplevel>=0.09:devel/p5-Sub-Uplevel \
		p5-Test-Exception>=0.21:devel/p5-Test-Exception

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>