mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
aa411bc025
- Add TEST_DEPENDS Changes: http://search.cpan.org/dist/YAML-Tiny/Changes PR: ports/165990 Submitted by: sunpoet (myself) Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer) Feature safe: yes
24 lines
464 B
Makefile
24 lines
464 B
Makefile
# New ports collection makefile for: p5-YAML-Tiny
|
|
# Date created: 2006-07-17
|
|
# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= YAML-Tiny
|
|
PORTVERSION= 1.51
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
COMMENT= Read/Write YAML files with as little code as possible
|
|
|
|
TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= YAML::Tiny.3
|
|
|
|
.include <bsd.port.mk>
|