aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-YAPE-Regex-Explain/Makefile
blob: 72cfc964005adb177402e96febd4018ad7992b03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	YAPE-Regex-Explain
PORTVERSION=	4.01
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:GSULLIVAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Explanation of a Regular Expression

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-YAPE-Regex>=0:textproc/p5-YAPE-Regex

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>