Makefile 479 B

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