freebsd-ports/textproc/p5-YAML-Tiny-Color/Makefile
Jun Kuriyama 6490f1f1c7 This module dumps your data structure as YAML with color using ANSI
escape sequences. To change the colors, see %theme in source code.

WWW: http://search.cpan.org/dist/YAML-Tiny-Color/
2013-11-05 07:58:00 +00:00

15 lines
262 B
Makefile

# $FreeBSD$
PORTNAME= YAML-Tiny-Color
PORTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to dump YAML with color
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>