mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Gabor Kovesdan](/assets/img/avatar_default.png)
- Better adjustment of dependencies - Style PR: ports/121035 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
24 lines
488 B
Makefile
24 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>
|