This module provides a perl interface to the Twitter API v1. It uses the same API definitions as Net::Twitter, but without the extra bells and whistles and without the additional dependencies. Same great taste, less filling. ok landry@
26 lines
500 B
Makefile
26 lines
500 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/08/12 12:00:06 pascal Exp $
|
|
|
|
COMMENT = interface to Twitter API
|
|
|
|
DISTNAME = Net-Twitter-Lite-0.12004
|
|
|
|
CATEGORIES = net devel
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/p5-Test-Fatal \
|
|
net/p5-Net-OAuth \
|
|
security/p5-Crypt-SSLeay \
|
|
www/p5-libwww \
|
|
converters/p5-JSON \
|
|
www/p5-URI
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|