21 lines
428 B
Makefile
21 lines
428 B
Makefile
# New ports collection makefile for: devel/p5-Parse-CPAN-Meta
|
|
# Date created: 26 February 2009
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Parse-CPAN-Meta
|
|
PORTVERSION= 1.40
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Parse META.yml and other similar CPAN metadata files
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Parse::CPAN::Meta.3
|
|
|
|
.include <bsd.port.mk>
|