mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
b6eb4e7f4a
PR: ports/101098 Submitted by: erwin
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# 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= infofarmer@FreeBSD.org
|
|
COMMENT= Check if scalar is valid UTF-8
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Unicode::CheckUTF8.3
|
|
|
|
.include <bsd.port.mk>
|