freebsd-ports/textproc/p5-YAML-Shell/Makefile
Steve Wills fcb7edb495 This program is designed to let you play with the Perl YAML modules in an
interactive way. When you to type in Perl, you get back YAML. And vice versa.

WWW:	http://search.cpan.org/dist/YAML-Shell/
2011-05-24 21:49:48 +00:00

27 lines
543 B
Makefile

# New ports collection makefile for: p5-YAML-Shell
# Date created: 2011-05-24
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= YAML-Shell
PORTVERSION= 0.60
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:INGY
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= The YAML Test Shell
BUILD_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML
USE_PERL= yes
PERL_CONFIGURE= yes
MAN1= ysh.1
MAN3= YAML::Shell.3
.include <bsd.port.mk>