1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/textproc/p5-YAML-Tiny/Makefile
Sunpoet Po-Chuan Hsieh bfc854ec6d - Update to 1.61
Changes:	http://search.cpan.org/dist/YAML-Tiny/Changes
PR:		ports/187119
Submitted by:	sunpoet (myself)
Approved by:	 Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
2014-02-27 20:43:54 +00:00

23 lines
481 B
Makefile

# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
# $FreeBSD$
PORTNAME= YAML-Tiny
PORTVERSION= 1.61
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
TEST_DEPENDS= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
USES= perl5
USE_PERL5= modbuildtiny
.include <bsd.port.mk>