aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-YAML-PP/Makefile
blob: 208101d704a2bba5c850d495b8f382a51ffc1de1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   YAML-PP
PORTVERSION=    0.005
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= dvl@FreeBSD.org
COMMENT=    YAML which aims to parse YAML 1.2 & conform to the spec

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>