freebsd-ports/textproc/p5-Unicode-CheckUTF8/Makefile
Frederic Culot 1d64eb8fbe - Update to 1.03
- Reformat Makefile's header
- Take maintainership

Changes:	http://search.cpan.org/dist/Unicode-CheckUTF8/CHANGES
Approved by:	sahil@/wen@ (mentors, implicit)
2010-12-26 12:45:38 +00:00

21 lines
416 B
Makefile

# New ports collection makefile for: p5-Unicode-CheckUTF8
# Date created: 2006-07-23
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Unicode-CheckUTF8
DISTVERSION= 1.03
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Check if scalar is valid UTF-8
PERL_CONFIGURE= YES
MAN3= Unicode::CheckUTF8.3
.include <bsd.port.mk>