c6d7f8419c
- Trim Makefile header PR: ports/168130 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1] Approved by: tobez (maintainer timeout, 5 months) [1] makc, avilla (mentors, implicit) Feature safe: yes
18 lines
362 B
Makefile
18 lines
362 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= YAML-Syck
|
|
PORTVERSION= 1.21
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Fast, lightweight YAML and JSON loader and dumper
|
|
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= < /dev/null
|
|
|
|
MAN3= JSON::Syck.3 YAML::Syck.3
|
|
|
|
.include <bsd.port.mk>
|