1
0
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:
Jun Kuriyama 2013-05-26 01:24:21 +00:00
parent 38b645460f
commit 3d8523ebd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319088
5 changed files with 28 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (Module-Functions-2.1.3.tar.gz) = d2192e5745745e4437f64cf3adad3b2f640b4eff037d7ce7f2d7be5049e961bc
SIZE (Module-Functions-2.1.3.tar.gz) = 11176

View 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/

View File

@ -0,0 +1 @@
%%SITE_PERL%%/Module/Functions.pm