1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net/p5-POE-Component-Client-Twitter/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

29 lines
753 B
Makefile

# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$
PORTNAME= POE-Component-Client-Twitter
PORTVERSION= 0.01
PORTREVISION= 3
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= POE chat component for twitter.com
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
p5-JSON-Any>=0:converters/p5-JSON-Any \
p5-POE>=0:devel/p5-POE \
p5-POE-Component-Client-HTTP>=0:www/p5-POE-Component-Client-HTTP \
p5-URI>=0:net/p5-URI \
p5-YAML>=0:textproc/p5-YAML \
p5-Test-Base>=0:devel/p5-Test-Base \
p5-Module-Install-TestBase>=0:devel/p5-Module-Install-TestBase \
p5-Module-Install>=0:devel/p5-Module-Install
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>