1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/converters/p5-Cstools/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

25 lines
519 B
Makefile

# 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/ \
CPAN
MASTER_SITE_SUBDIR= Cz
PKGNAMEPREFIX= p5-
MAINTAINER= pav@FreeBSD.org
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>