Makefile 360 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.10 2016/03/20 19:56:49 naddy Exp $
  2. COMMENT= produce sprite animations using ASCII art
  3. DISTNAME= Term-Animation-2.6
  4. CATEGORIES= misc
  5. MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
  6. # perl
  7. PERMIT_PACKAGE_CDROM= Yes
  8. MODULES= cpan
  9. PKG_ARCH= *
  10. MODCPAN_EXAMPLES= Yes
  11. RUN_DEPENDS= devel/p5-Curses
  12. .include <bsd.port.mk>