summaryrefslogtreecommitdiff
path: root/devel/p5-File-BOM/Makefile
blob: 721250cf7aa1c6023d04b38b166241c88a0a753c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Ports collection makefile for:	devel-p5-File-BOM
# Date created:			02 April 2010
# Whom:				Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#

PORTNAME=	File-BOM
PORTVERSION=	0.14
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	File
PKGNAMEPREFIX=	p5-

MAINTAINER=	freebsdports@chillibear.com
COMMENT=	Perl module to handle unicode byte order marks

RUN_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
		p5-Readonly>0:${PORTSDIR}/devel/p5-Readonly \
		p5-Module-Build>=0.3607:${PORTSDIR}/devel/p5-Module-Build
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	File::BOM.3

.include <bsd.port.mk>