Makefile 587 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.5 2016/03/20 19:57:05 naddy Exp $
  2. COMMENT = inflect short English Phrases
  3. DISTNAME = Lingua-EN-Inflect-Phrase-0.18
  4. REVISION = 0
  5. CATEGORIES = textproc
  6. MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
  7. # perl_5
  8. PERMIT_PACKAGE_CDROM = Yes
  9. MODULES = cpan
  10. PKG_ARCH = *
  11. CONFIGURE_ARGS = --skipdeps
  12. RUN_DEPENDS = textproc/p5-Lingua-EN-FindNumber \
  13. textproc/p5-Lingua-EN-Number-IsOrdinal \
  14. textproc/p5-Lingua-EN-Inflect \
  15. textproc/p5-Lingua-EN-Inflect-Number \
  16. textproc/p5-Lingua-EN-Tagger
  17. TEST_DEPENDS = devel/p5-Test-NoWarnings
  18. .include <bsd.port.mk>