freebsd-ports/devel/p5-Config-YAML/Makefile
Wen Heping 83fc24d014 Config::YAML is a somewhat object-oriented wrapper around the YAML module
which makes reading and writing configuration files simple.

WWW:    http://search.cpan.org/~mdxi/Config-YAML/

PR:		ports/145150
Submitted by:	Steve Wills <steve@mouf.net>
2010-03-29 13:01:29 +00:00

24 lines
515 B
Makefile

# New ports collection makefile for: p5-Config-YAML
# Date created: 2010-03-03
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$
#
PORTNAME= Config-YAML
PORTVERSION= 1.42
CATEGORIES= devel textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= steve@mouf.net
COMMENT= Simple configuration automation
BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
PERL_CONFIGURE= 5.8.3+
MAN3= Config::YAML.3
.include <bsd.port.mk>