b2eaac07a5
Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
25 lines
502 B
Makefile
25 lines
502 B
Makefile
# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= YAML-Tiny
|
|
PORTVERSION= 1.67
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
COMMENT= Read/Write YAML files with as little code as possible
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501905
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|