2000-05-01 04:48:57 +02:00
|
|
|
# New ports collection makefile for: p5-Locale-Maketext
|
|
|
|
# Date created: March 13, 2000
|
|
|
|
# Whom: Frank Mayhar <frank@exit.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Locale-Maketext
|
2006-06-13 21:12:15 +02:00
|
|
|
PORTVERSION= 1.10
|
2000-05-01 04:48:57 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Locale
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-09-24 12:56:55 +02:00
|
|
|
MAINTAINER= mat@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A framework for software localization and inheritance-based lexicons
|
2000-05-01 04:48:57 +02:00
|
|
|
|
2003-05-12 08:47:39 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags
|
2001-05-20 04:18:04 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2000-05-01 04:48:57 +02:00
|
|
|
|
2002-11-22 21:17:54 +01:00
|
|
|
MAN3= Locale::Maketext.3 Locale::Maketext::TPJ13.3
|
2003-05-12 08:47:39 +02:00
|
|
|
|
2006-06-13 21:12:15 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
post-patch:
|
|
|
|
@${ECHO} "Parts of this module require the utf8 pragma which is\
|
|
|
|
not available in your version of Perl. This module will\
|
|
|
|
not be fully functional. **"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|