Makefile 509 B

123456789101112131415161718192021222324
  1. # $OpenBSD: Makefile,v 1.20 2013/10/11 23:49:56 naddy Exp $
  2. COMMENT= search mailboxes for a particular email
  3. DISTNAME= grepmail-5.3033
  4. CATEGORIES= mail perl5
  5. # GPL
  6. PERMIT_PACKAGE_CDROM= Yes
  7. HOMEPAGE= http://grepmail.sourceforge.net/
  8. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/}
  9. RUN_DEPENDS= devel/p5-Time-TimeDate \
  10. converters/p5-DateManip \
  11. mail/p5-Mail-Mbox-MessageParser
  12. BUILD_DEPENDS= ${RUN_DEPENDS} \
  13. devel/p5-Benchmark-Timer
  14. CONFIGURE_STYLE=perl
  15. PKG_ARCH= *
  16. .include <bsd.port.mk>