mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Module::Metadata - Gather package and POD information from perl module
files. WWW: http://search.cpan.org/dist/Module-Metadata/
This commit is contained in:
parent
71147f72f2
commit
d18785eaf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269795
5 changed files with 34 additions and 0 deletions
|
@ -1920,6 +1920,7 @@
|
|||
SUBDIR += p5-Module-Loaded
|
||||
SUBDIR += p5-Module-Manifest
|
||||
SUBDIR += p5-Module-Math-Depends
|
||||
SUBDIR += p5-Module-Metadata
|
||||
SUBDIR += p5-Module-Pluggable
|
||||
SUBDIR += p5-Module-Pluggable-Fast
|
||||
SUBDIR += p5-Module-Pluggable-Ordered
|
||||
|
|
22
devel/p5-Module-Metadata/Makefile
Normal file
22
devel/p5-Module-Metadata/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# 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>
|
2
devel/p5-Module-Metadata/distinfo
Normal file
2
devel/p5-Module-Metadata/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Module-Metadata-1.000004.tar.gz) = 36b41e938d31c786ac16a36dca2440ef30a5cc4c7ff2b078c701daa58a4c3b35
|
||||
SIZE (Module-Metadata-1.000004.tar.gz) = 21967
|
4
devel/p5-Module-Metadata/pkg-descr
Normal file
4
devel/p5-Module-Metadata/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Module::Metadata - Gather package and POD information from perl module
|
||||
files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Module-Metadata/
|
5
devel/p5-Module-Metadata/pkg-plist
Normal file
5
devel/p5-Module-Metadata/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Metadata/.packlist
|
||||
%%SITE_PERL%%/Module/Metadata.pm
|
||||
@dirrmtry %%SITE_PERL%%/Module
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Metadata
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
|
Loading…
Add table
Reference in a new issue