This module is a object container interface which supports both OO interface
and Singleton interface. WWW: http://search.cpan.org/dist/Object-Container/ PR: ports/166948 Submitted by: Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
parent
ae5f102643
commit
369ba66b99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297438
@ -2210,6 +2210,7 @@
|
||||
SUBDIR += p5-Object-Accessor
|
||||
SUBDIR += p5-Object-Array
|
||||
SUBDIR += p5-Object-Authority
|
||||
SUBDIR += p5-Object-Container
|
||||
SUBDIR += p5-Object-Declare
|
||||
SUBDIR += p5-Object-Destroyer
|
||||
SUBDIR += p5-Object-Enum
|
||||
|
24
devel/p5-Object-Container/Makefile
Normal file
24
devel/p5-Object-Container/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Object-Container
|
||||
# Date created: 2012-04-15
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Object-Container
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Simple object container
|
||||
|
||||
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Object::Container.3 \
|
||||
Object::Container::ja.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Object-Container/distinfo
Normal file
2
devel/p5-Object-Container/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Object-Container-0.14.tar.gz) = e95a4accc1e4df036f1fb2bdcca78ab94397e4c6805c3227cd02d89ed109bc82
|
||||
SIZE (Object-Container-0.14.tar.gz) = 61530
|
4
devel/p5-Object-Container/pkg-descr
Normal file
4
devel/p5-Object-Container/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module is a object container interface which supports both OO interface
|
||||
and Singleton interface.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Object-Container/
|
8
devel/p5-Object-Container/pkg-plist
Normal file
8
devel/p5-Object-Container/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Container/.packlist
|
||||
%%SITE_PERL%%/Object/Container.pm
|
||||
%%SITE_PERL%%/Object/Container/ja.pod
|
||||
@dirrmtry %%SITE_PERL%%/Object/Container
|
||||
@dirrmtry %%SITE_PERL%%/Object
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Container
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object
|
Loading…
Reference in New Issue
Block a user