- Better adjustment of dependencies - Style PR: ports/121035 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
23 lines
488 B
Makefile
23 lines
488 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.25
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
COMMENT= YAML::Tiny - Read/Write YAML files with as little code as possible
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
BUILD_DEPENDS+= p5-Test-Base>=0.47:${PORTSDIR}/devel/p5-Test-Base
|
|
|
|
MAN3= YAML::Tiny.3
|
|
|
|
.include <bsd.port.mk>
|