aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-FixedLength-Extra/Makefile
blob: e9c0d8eb9c2ef1c3ce9177fc636c8b13ae0757fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Anton Berezin <tobez@tobez.org>

PORTNAME=	Text-FixedLength-Extra
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Various niceties for p5-Text-FixedLength lovers

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Text-FixedLength>=0:textproc/p5-Text-FixedLength

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>