Makefile 610 B

12345678910111213141516171819202122232425262728
  1. # $OpenBSD: Makefile,v 1.9 2016/03/20 19:57:22 naddy Exp $
  2. COMMENT= search and manage eBay accounts
  3. DISTNAME= WWW-Ebay-1.003
  4. CATEGORIES= www
  5. # perl
  6. PERMIT_PACKAGE_CDROM= Yes
  7. MODULES= cpan
  8. PKG_ARCH= *
  9. RUN_DEPENDS= security/p5-Crypt-SSLeay \
  10. www/p5-HTML-Form \
  11. www/p5-WWW-Search-Ebay \
  12. x11/p5-Tk
  13. BUILD_DEPENDS= ${RUN_DEPENDS}
  14. TEST_DEPENDS= converters/p5-DateManip \
  15. devel/p5-IO-Capture
  16. # In order to run all the automatic tests for this distribution,
  17. # you should set the following environment variables:
  18. # EBAY_USERID and EBAY_PASSWORD
  19. TEST_IS_INTERACTIVE= Yes
  20. .include <bsd.port.mk>