18 lines
368 B
Makefile
18 lines
368 B
Makefile
# Created by: Pav Lucistnik <pav@oook.cz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Cstools
|
|
PORTVERSION= 3.42
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= http://www.adelton.com/perl/Cstools/ \
|
|
CPAN
|
|
MASTER_SITE_SUBDIR= Cz
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tools for dealing with Czech encodings in Perl
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|