2003-10-13 13:44:00 +02:00
|
|
|
# New ports collection makefile for: p5-Cstools
|
|
|
|
# Date created: 12th October 2003
|
|
|
|
# Whom: Pav Lucistnik <pav@oook.cz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Cstools
|
|
|
|
PORTVERSION= 3.42
|
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= http://www.fi.muni.cz/~adelton/perl/ \
|
2008-04-17 16:30:31 +02:00
|
|
|
CPAN
|
2003-10-13 13:44:00 +02:00
|
|
|
MASTER_SITE_SUBDIR= Cz
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-11-14 02:10:23 +01:00
|
|
|
MAINTAINER= pav@FreeBSD.org
|
2003-10-13 13:44:00 +02:00
|
|
|
COMMENT= Tools for dealing with Czech encodings in Perl
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= cssort.1 cstocs.1 dbfcstocs.1
|
|
|
|
MAN3= Cz::Cstocs.3 Cz::Sort.3 Cz::Time.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|