302b9a7c36
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro
22 lines
448 B
Makefile
22 lines
448 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.003
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Read and write a subset of YAML for CPAN Meta files
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= CPAN::Meta::YAML.3
|
|
|
|
.include <bsd.port.mk>
|