forked from Lainports/freebsd-ports
22 lines
489 B
Makefile
22 lines
489 B
Makefile
# New ports collection makefile for: Module::Metadata
|
|
# Date created: 26 Feb 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Module-Metadata
|
|
PORTVERSION= 1.000004
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAGOLDEN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to gather package information from perl module files
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Module::Metadata.3
|
|
|
|
.include <bsd.port.mk>
|