2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-09-27 10:19:34 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Image-Caa
|
|
|
|
PORTVERSION= 1.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-09-27 10:19:34 +02:00
|
|
|
CATEGORIES= graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-09-27 10:19:34 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-09-27 10:19:34 +02:00
|
|
|
COMMENT= Colored ASCII Art
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2006-09-27 10:19:34 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-09-27 10:19:34 +02:00
|
|
|
|
2015-03-13 18:36:33 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
2006-09-27 10:19:34 +02:00
|
|
|
post-install:
|
2013-11-05 02:33:02 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/demos/* ${STAGEDIR}${EXAMPLESDIR}
|
2006-09-27 10:19:34 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|