freebsd-ports/devel/p5-Config-YAML/Makefile
Andrej Zverev fb486fa981 - Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (via IRC)
2012-06-28 17:51:57 +00:00

24 lines
496 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= swills@FreeBSD.org
COMMENT= Simple configuration automation
BUILD_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
PERL_CONFIGURE= yes
MAN3= Config::YAML.3
.include <bsd.port.mk>