42c4d616c5
Changes: http://search.cpan.org/dist/CPAN-Meta-YAML/Changes Feature safe: yes
23 lines
469 B
Makefile
23 lines
469 B
Makefile
# New ports collection makefile for: CPAN-Meta-YAML
|
|
# Date created: 02 Feb 2011
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CPAN-Meta-YAML
|
|
PORTVERSION= 0.008
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Read and write a subset of YAML for CPAN Meta files
|
|
|
|
TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CPAN::Meta::YAML.3
|
|
|
|
.include <bsd.port.mk>
|