# Created by: Julian C. Dunn # $FreeBSD$ PORTNAME= ttytter PORTVERSION= 2.1.00 CATEGORIES= net-im perl5 MASTER_SITES= http://www.floodgap.com/software/ttytter/dist2/:dist \ http://www.floodgap.com/software/ffsl/:license DISTFILES= ${PORTVERSION}.txt:dist license.txt:license DIST_SUBDIR= ${PORTNAME} MAINTAINER= jdunn@aquezada.com COMMENT= Command-line Twitter client in Perl LICENSE= FFSL LICENSE_NAME= Floodgap Free Software License LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate NO_BUILD= yes USES= perl5 USE_PERL5= run OPTIONS_DEFINE= READLINE RLTTYTTER OPTIONS_DEFAULT=READLINE READLINE_DESC= Include rich readline support RLTTYTTER_DESC= Use T::R::TTYtter readline driver (beta!) PLIST_FILES= bin/${PORTNAME} .include .if ${PORT_OPTIONS:MREADLINE} RUN_DEPENDS+= p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl .endif .if ${PORT_OPTIONS:MRLTTYTTER} RUN_DEPENDS+= p5-ReadLine-TTYtter>=1.4:${PORTSDIR}/devel/p5-ReadLine-TTYtter .endif do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${PORTVERSION}.txt ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/license.txt ${WRKSRC} post-patch: @${REINPLACE_CMD} -e 's|^\#!/usr/bin/perl|\#!${PERL}|' ${WRKSRC}/${PORTVERSION}.txt do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTVERSION}.txt ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include