Import::Into creates a global method import::into which you can call on
any package to import it into another package. WWW: http://search.cpan.org/dist/Import-Into/ Feature safe: yes
This commit is contained in:
parent
58f0e4e005
commit
f6cc3df8c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306369
5 changed files with 32 additions and 0 deletions
|
@ -2056,6 +2056,7 @@
|
|||
SUBDIR += p5-IPC-SharedCache
|
||||
SUBDIR += p5-IPC-Signal
|
||||
SUBDIR += p5-IPC-System-Simple
|
||||
SUBDIR += p5-Import-Into
|
||||
SUBDIR += p5-Inline
|
||||
SUBDIR += p5-Inline-ASM
|
||||
SUBDIR += p5-Inline-CPP
|
||||
|
|
21
devel/p5-Import-Into/Makefile
Normal file
21
devel/p5-Import-Into/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Wen Heping <wen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Import-Into
|
||||
PORTVERSION= 1.001000
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MSTROUT
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Import packages into other packages
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Import::Into.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Import-Into/distinfo
Normal file
2
devel/p5-Import-Into/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Import-Into-1.001000.tar.gz) = 340d5fefa73428804dd45adfedb43e9bfa9a5337b9d2717c5b5fb1e637402c27
|
||||
SIZE (Import-Into-1.001000.tar.gz) = 4762
|
4
devel/p5-Import-Into/pkg-descr
Normal file
4
devel/p5-Import-Into/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Import::Into creates a global method import::into which you can call on
|
||||
any package to import it into another package.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Import-Into/
|
4
devel/p5-Import-Into/pkg-plist
Normal file
4
devel/p5-Import-Into/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/Import/Into.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Import-Into/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Import-Into
|
||||
@dirrmtry %%SITE_PERL%%/Import
|
Loading…
Reference in a new issue