aboutsummaryrefslogtreecommitdiffstats
path: root/misc/translate/Makefile
blob: 475ed863a8d1f064b347ee4d924624612f82e1b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>