58c3cec159
- Support STAGEDIR Changes: http://search.cpan.org/dist/YAML/Changes PR: ports/184417 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
18 lines
279 B
Makefile
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>
|