mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
devel/p5-alias-module: Add p5-alias-module 0.002
alias::module aliases one module name to another. It is useful if you want to let users access a module's functionality under a different (usually shorter) name. WWW: https://metacpan.org/dist/alias-module
This commit is contained in:
parent
706aa4d599
commit
000040df0c
@ -3675,6 +3675,7 @@
|
||||
SUBDIR += p5-ZML
|
||||
SUBDIR += p5-accessors
|
||||
SUBDIR += p5-accessors-fast
|
||||
SUBDIR += p5-alias-module
|
||||
SUBDIR += p5-aliased
|
||||
SUBDIR += p5-asa
|
||||
SUBDIR += p5-autobox
|
||||
|
22
devel/p5-alias-module/Makefile
Normal file
22
devel/p5-alias-module/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= alias-module
|
||||
PORTVERSION= 0.002
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:PERLANCAR
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Alias one module as another
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-alias-module/distinfo
Normal file
3
devel/p5-alias-module/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1629364642
|
||||
SHA256 (alias-module-0.002.tar.gz) = 65f177da67cb3078b4c22e3167f883a63dbb7f62c63944af40a72e22ca4415c8
|
||||
SIZE (alias-module-0.002.tar.gz) = 13897
|
5
devel/p5-alias-module/pkg-descr
Normal file
5
devel/p5-alias-module/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
alias::module aliases one module name to another. It is useful if you want to
|
||||
let users access a module's functionality under a different (usually shorter)
|
||||
name.
|
||||
|
||||
WWW: https://metacpan.org/dist/alias-module
|
2
devel/p5-alias-module/pkg-plist
Normal file
2
devel/p5-alias-module/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/alias/module.pm
|
||||
%%PERL5_MAN3%%/alias::module.3.gz
|
Loading…
Reference in New Issue
Block a user