Bump databases/kbibtex to version 0.6_5
[dports.git] / devel / p5-Config-YAML / Makefile
1 # Created by: Steve Wills <steve@mouf.net>
2 # $FreeBSD$
3
4 PORTNAME=       Config-YAML
5 PORTVERSION=    1.42
6 PORTREVISION=   1
7 CATEGORIES=     devel textproc perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     swills@FreeBSD.org
12 COMMENT=        Simple configuration automation
13
14 BUILD_DEPENDS=  p5-YAML>=0:textproc/p5-YAML
15 RUN_DEPENDS=    p5-YAML>=0:textproc/p5-YAML
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>