aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-CheckUTF8/Makefile
blob: 8de46bd5feaa1fcbe3e84d5be41aebf95ed3a4a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>

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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>