freebsd-ports/textproc/p5-YAML/Makefile
Sunpoet Po-Chuan Hsieh 58c3cec159 - Update to 0.87
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/YAML/Changes
PR:		ports/184417
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 16 days)
2013-12-19 07:23:49 +00:00

18 lines
279 B
Makefile

# $FreeBSD$
PORTNAME= YAML
PORTVERSION= 0.87
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= YAML implementation in Perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>