17 lines
248 B
Makefile
17 lines
248 B
Makefile
|
COMMENT= produce sprite animations using ASCII art
|
||
|
|
||
|
DISTNAME= Term-Animation-2.6
|
||
|
CATEGORIES= misc
|
||
|
REVISION= 1
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
MODCPAN_EXAMPLES= Yes
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-Curses
|
||
|
|
||
|
.include <bsd.port.mk>
|