aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Locale-Maketext/Makefile
blob: 736226fccce59d64416f5c4579c6d13d26ae779f (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                             
                    




                                        
                               
                                                                                    
 
                                                                               

                                
                   
 
                                                            
 









                                                                         
# New ports collection makefile for:	p5-Locale-Maketext
# Date created:			March 13, 2000
# Whom:				Frank Mayhar <frank@exit.com>
#
# $FreeBSD$
#

PORTNAME=	Locale-Maketext
PORTVERSION=	1.10
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Locale
PKGNAMEPREFIX=	p5-

MAINTAINER=	mat@FreeBSD.org
COMMENT=	A framework for software localization and inheritance-based lexicons

BUILD_DEPENDS=	${SITE_PERL}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	YES

MAN3=		Locale::Maketext.3 Locale::Maketext::TPJ13.3

.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>