blob: 359417e70244bff00d554d1e6ab179a0dcb2c1ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: converters/p5-Text-Unidecode
# Date created: 15 December 2004
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-Unidecode
PORTVERSION= 0.04
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Text::Unidecode -- US-ASCII transliterations of Unicode text
PERL_CONFIGURE= yes
MAN3= Text::Unidecode.3
.include <bsd.port.mk>
|