pkgsrc-wip/p5-Lingua-Translate/Makefile
Leonardo Taccari aa083acf42 Import p5-Lingua-Translate-0.09 as wip/p5-Lingua-Translate.
Lingua::Translate translates text from one written language to another.
Currently this is implemented by contacting Babelfish
(http://babelfish.altavista.com/), so see there for the language pairs that
are supported. Babelfish uses SysTran (http://www.systran.org/) to perform the
translation, and contacting a SysTran translation server directly is also
supported (in case your translation needs grow beyond babelfish' capacity).
2009-08-29 21:48:23 +00:00

28 lines
935 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/08/29 21:48:23 leot1990 Exp $
#
DISTNAME= Lingua-Translate-0.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SAMV/}
MAINTAINER= leot1990@users.sourceforge.net
HOMEPAGE= http://search.cpan.org/dist/Lingua-Translate/
COMMENT= Translate text from one language to another
LICENSE= artistic-2.0 # OR gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Unicode-MapUTF8>=1.09:../../converters/p5-Unicode-MapUTF8
DEPENDS+= p5-Pod-Constants>=0.15:../../wip/p5-Pod-Constants
DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser
DEPENDS+= p5-libwww>=0:../../www/p5-libwww
REPLACE_PERL+= lib/Lingua/Translate.pm lib/Lingua/Translate/Babelfish.pm
REPLACE_PERL+= lib/Lingua/Translate/SysTran.pm
PERL5_PACKLIST= auto/Lingua/Translate/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"