aboutsummaryrefslogblamecommitdiff
path: root/graphics/p5-Image-Caa/Makefile
blob: 76de768dab12eaea6b07c8237b6f2d8feb8ce0d0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            


                         
                 
                              
                    

                   
                                

                                 
                              
                                            
 

                         
 

                        
             

                                                                   
 
                      
# Created by: Gea-Suan Lin <gslin@gslin.org>

PORTNAME=	Image-Caa
PORTVERSION=	1.01
PORTREVISION=	1
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Colored ASCII Art

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Curses>=0:devel/p5-Curses

USES=		perl5
USE_PERL5=	configure

OPTIONS_DEFINE=	EXAMPLES

post-install:
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/demos/* ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>