aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Unicode-RecursiveDowngrade/Makefile
blob: 428a8bd0933b8cf58e730a95d88812e76332f312 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   Unicode-RecursiveDowngrade
PORTVERSION=    0.04
CATEGORIES= converters perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Perl extension to turn off UTF-8 flags inside of comprex variable

USES=       perl5
USE_PERL5=  configure
MAN3=       Unicode::RecursiveDowngrade.3

NO_STAGE=   yes
.include <bsd.port.mk>