freebsd-ports/graphics/p5-Image-Caa/Makefile
Mathieu Arnold ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00

26 lines
489 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Image-Caa
PORTVERSION= 1.01
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Colored ASCII Art
RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Image::Caa.3
NO_STAGE= yes
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/demos/* ${EXAMPLESDIR}
.include <bsd.port.mk>