mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Module::Functions is a library to get a public functions list from
package. It is useful to create a exportable function list. WWW: http://search.cpan.org/dist/Module-Functions/
This commit is contained in:
parent
38b645460f
commit
3d8523ebd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319088
@ -2267,6 +2267,7 @@
|
||||
SUBDIR += p5-Module-Extract
|
||||
SUBDIR += p5-Module-ExtractUse
|
||||
SUBDIR += p5-Module-Find
|
||||
SUBDIR += p5-Module-Functions
|
||||
SUBDIR += p5-Module-Implementation
|
||||
SUBDIR += p5-Module-Info
|
||||
SUBDIR += p5-Module-Info-File
|
||||
|
20
devel/p5-Module-Functions/Makefile
Normal file
20
devel/p5-Module-Functions/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Module-Functions
|
||||
PORTVERSION= 2.1.3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to get function list from package
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Module::Functions.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Module-Functions/distinfo
Normal file
2
devel/p5-Module-Functions/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Module-Functions-2.1.3.tar.gz) = d2192e5745745e4437f64cf3adad3b2f640b4eff037d7ce7f2d7be5049e961bc
|
||||
SIZE (Module-Functions-2.1.3.tar.gz) = 11176
|
4
devel/p5-Module-Functions/pkg-descr
Normal file
4
devel/p5-Module-Functions/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Module::Functions is a library to get a public functions list from
|
||||
package. It is useful to create a exportable function list.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Module-Functions/
|
1
devel/p5-Module-Functions/pkg-plist
Normal file
1
devel/p5-Module-Functions/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%SITE_PERL%%/Module/Functions.pm
|
Loading…
Reference in New Issue
Block a user