aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Regexp-Bind/Makefile
blob: 6360c9a55be487adbaa0cdf3b4fcc484506942d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ex:ts=8
# Ports collection makefile for:	Regexp::Bind
# Created by: ijliao
# $FreeBSD$

PORTNAME=	Regexp-Bind
PORTVERSION=	0.05
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Bind variables to captured buffers

USES=		perl5
USE_PERL5=	configure

MAN3=	Regexp::Bind.3

.include <bsd.port.mk>