naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

34 lines
693 B
Makefile

# $OpenBSD: Makefile,v 1.12 2016/03/20 19:56:55 naddy Exp $
COMMENT= perl interface to the Twitter API
DISTNAME = Net-Twitter-4.01010
CATEGORIES= net
# perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
PKG_ARCH= *
CONFIGURE_STYLE=modbuild
RUN_DEPENDS= converters/p5-JSON-Any \
devel/p5-Carp-Clan \
devel/p5-Data-Visitor \
devel/p5-DateTime-Format-Strptime \
devel/p5-Devel-StackTrace \
devel/p5-MooseX-Role-Parameterized \
devel/p5-namespace-autoclean \
net/p5-Net-OAuth
BUILD_DEPENDS= ${RUN_DEPENDS} \
devel/p5-Test-Fatal \
devel/p5-Test-Warn
TEST_DEPENDS= devel/p5-Test-Deep \
devel/p5-Test-Spelling
MAKE_ENV= TEST_POD=Yes
MODCPAN_EXAMPLES= yes
.include <bsd.port.mk>