freebsd-ports/misc/translate/Makefile
Ollivier Robert 487736ea12 translate uses the Babelfish engine from Altavista to translate sentences
in different languages.

PR:		ports/39242
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2002-06-17 19:41:50 +00:00

28 lines
690 B
Makefile

# ex:ts=8
# Ports collection makefile for: translate
# Date created: Thu Jun 13, 2002
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= translate
PORTVERSION= 1.00
CATEGORIES= misc
MASTER_SITES= http://www.freebsdcluster.org/~mich/software/ \
${MASTER_SITE_LOCAL}
DISTNAME= translate
MAINTAINER= mich@freebsdcluster.org
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
USE_PERL5= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>