mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
New port: devel/p5-Devel-InheritNamespace
Devel::InheritNamespace Inherit an entire namespace WWW: http://search.cpan.org/dist/Devel-InheritNamespace/ PR: 212206 Submitted by: danny@dannywarren.com
This commit is contained in:
parent
87c785cee0
commit
635ab7774d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421007
@ -2191,6 +2191,7 @@
|
||||
SUBDIR += p5-Devel-GlobalDestruction
|
||||
SUBDIR += p5-Devel-GlobalDestruction-XS
|
||||
SUBDIR += p5-Devel-Hide
|
||||
SUBDIR += p5-Devel-InheritNamespace
|
||||
SUBDIR += p5-Devel-KYTProf
|
||||
SUBDIR += p5-Devel-Leak
|
||||
SUBDIR += p5-Devel-Leak-Cb
|
||||
|
18
devel/p5-Devel-InheritNamespace/Makefile
Normal file
18
devel/p5-Devel-InheritNamespace/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Created by: Danny Warren <danny@dannywarren.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Devel-InheritNamespace
|
||||
PORTVERSION= 0.00003
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= danny@dannywarren.com
|
||||
COMMENT= Inherit an entire namespace
|
||||
|
||||
LICENSE= ART10
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Devel-InheritNamespace/distinfo
Normal file
3
devel/p5-Devel-InheritNamespace/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1472367725
|
||||
SHA256 (Devel-InheritNamespace-0.00003.tar.gz) = 0457c5eb8ce8d5d1acfa362a251891177e13e7bfb14a2cbcf836dd77ae9cd4d6
|
||||
SIZE (Devel-InheritNamespace-0.00003.tar.gz) = 17595
|
4
devel/p5-Devel-InheritNamespace/pkg-descr
Normal file
4
devel/p5-Devel-InheritNamespace/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Devel::InheritNamespace
|
||||
Inherit an entire namespace
|
||||
|
||||
WWW: http://search.cpan.org/dist/Devel-InheritNamespace/
|
3
devel/p5-Devel-InheritNamespace/pkg-plist
Normal file
3
devel/p5-Devel-InheritNamespace/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PERL5_MAN3%%/Devel::InheritNamespace.3.gz
|
||||
%%SITE_PERL%%/Devel/InheritNamespace.pm
|
||||
@dir %%SITE_PERL%%/Devel
|
Loading…
Reference in New Issue
Block a user