freebsd-ports/misc/translate/Makefile
Edwin Groothuis 619c030e29 Update port: [Maintainer Update]: misc/translate
PR:		ports/48875
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2003-03-31 01:31:09 +00:00

30 lines
762 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.10
CATEGORIES= misc
MASTER_SITES= http://www.freebsdcluster.org/~mich/software/
MAINTAINER= mich@freebsdcluster.org
COMMENT= Translates string using Babelfish
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} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
MAN1= translate.1
.include <bsd.port.mk>