freebsd-ports/converters/p5-Unicode-RecursiveDowngrade/Makefile
Pau Amma 4d0f5e9f0b converters/p5-Unicode-RecursiveDowngrade: Fix typos
In Makefile and pkg-descr.

PR:		259959
Reported by:	pauamma@FreeBSD.org
Approved by:	perl@ (maintainer, timeout > 2 weeks)
2022-10-11 08:09:45 +02:00

15 lines
364 B
Makefile

PORTNAME= Unicode-RecursiveDowngrade
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to turn off UTF-8 flags inside of complex variable
WWW= https://metacpan.org/release/Unicode-RecursiveDowngrade
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>