summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Capture/Makefile
blob: 58a4bd6427833ea157838bce9d04b6b7eb4d9b4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	Data-Capture
PORTVERSION=	0.27
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
#MASTER_SITE_SUBDIR=	CPAN:CLKAO
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl6 Capture objects
WWW=		https://metacpan.org/release/Data-Capture

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>