aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Unicode-CheckUTF8/Makefile
blob: 15380417dab9ef61ad8b4af1f3415d498ef9aa31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    p5-Unicode-CheckUTF8
# Date created:     23 July 2006
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Unicode-CheckUTF8
DISTVERSION=    1.01
PORTREVISION=   1
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Check if scalar is valid UTF-8

PERL_CONFIGURE= YES

MAN3=       Unicode::CheckUTF8.3

.include <bsd.port.mk>