freebsd-ports/misc/translate/Makefile
Alexey Dokuchaev cd883f5f56 Remove remnants of the switch from Altavista Babelfish to Google Translate
in r459036 and generally improve port description; while here, add missing
`perl5' to CATEGORIES.
2018-01-18 10:06:54 +00:00

27 lines
640 B
Makefile

# Created by: Michael L. Hostbaek (mich@freebsdcluster.org)
# $FreeBSD$
PORTNAME= translate
PORTVERSION= 1.20
CATEGORIES= misc perl5
MASTER_SITES= http://www.freebsdcluster.org/~mich/software/
MAINTAINER= mich@FreeBSD.org
COMMENT= Translates string using Google Translate
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww
USES= perl5 shebangfix
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/translate man/man1/translate.1.gz
SHEBANG_FILES= translate
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>