blob: 2da05df630be85f8dc83b81aeeb344dd20af9d1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: Unicode-RecursiveDowngrade
# Date created: 4 Nov 2005
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $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
PERL_CONFIGURE= yes
MAN3= Unicode::RecursiveDowngrade.3
.include <bsd.port.mk>
|