summaryrefslogtreecommitdiff
path: root/textproc/p5-Regexp-Common-time/Makefile
blob: a2a38a9a78e8b635c9bec0681b8da30b1a31ce95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	Regexp-Common-time
PORTVERSION=	0.16
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	des@FreeBSD.org
COMMENT=	Regexp::Common::time - Date and time regexps

BUILD_DEPENDS=	p5-Regexp-Common>0:textproc/p5-Regexp-Common
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>