1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/p5-AnyEvent-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

25 lines
561 B
Makefile

# Created by: Sahil Tandon <sahil@tandon.net>
# $FreeBSD$
PORTNAME= AnyEvent-Twitter
PORTVERSION= 0.64
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Implementation of the Twitter API for AnyEvent
BUILD_DEPENDS= p5-AnyEvent>=5.34:devel/p5-AnyEvent \
p5-AnyEvent-HTTP>=2.12:www/p5-AnyEvent-HTTP \
p5-JSON>=2.53:converters/p5-JSON \
p5-Net-OAuth>=0.27:net/p5-Net-OAuth \
p5-URI>=1.58:net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>