summaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-CheckUTF8/Makefile
blob: ec526f44f3399b1df967647e54eba73299bcad59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Unicode-CheckUTF8
DISTVERSION=	1.03
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Check if scalar is valid UTF-8
WWW=		https://metacpan.org/release/Unicode-CheckUTF8

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>