mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
487736ea12
in different languages. PR: ports/39242 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
29 lines
690 B
Makefile
29 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>
|