mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
1d64eb8fbe
- Reformat Makefile's header - Take maintainership Changes: http://search.cpan.org/dist/Unicode-CheckUTF8/CHANGES Approved by: sahil@/wen@ (mentors, implicit)
22 lines
416 B
Makefile
22 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>
|