freebsd-ports/devel/p5-CPAN-Meta-YAML/Makefile
Sunpoet Po-Chuan Hsieh 42c4d616c5 - Update to 0.008
Changes:	http://search.cpan.org/dist/CPAN-Meta-YAML/Changes
Feature safe:	yes
2012-03-15 12:53:13 +00:00

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>