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

26 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.10 2016/03/20 19:57:23 naddy Exp $
COMMENT= module to get weather information from weather.com
MODULES= cpan
PKG_ARCH= *
DISTNAME= Weather-Com-0.5.5
CATEGORIES= www
REVISION= 0
CPAN_AUTHOR= SCHNUECK
# Perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-Time-Format \
textproc/p5-XML-Simple \
www/p5-URI \
www/p5-libwww
TEST_DEPENDS= devel/p5-Test-MockObject
pre-configure:
@rm ${WRKSRC}/lib/Weather/Com/Base.pm.orig
.include <bsd.port.mk>