freebsd-ports/net/p5-POE-Component-Client-Twitter/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

28 lines
756 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= 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
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>