mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Simple class builder
WWW: http://search.cpan.org/dist/Object-Simple PR: ports/141137 Submitted by: Andrey Kostenko <andrey at kostenko.name>
This commit is contained in:
parent
d249fdc365
commit
ea2824c221
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248736
5 changed files with 36 additions and 0 deletions
|
@ -1817,6 +1817,7 @@
|
||||||
SUBDIR += p5-Object-MultiType
|
SUBDIR += p5-Object-MultiType
|
||||||
SUBDIR += p5-Object-Realize-Later
|
SUBDIR += p5-Object-Realize-Later
|
||||||
SUBDIR += p5-Object-Signature
|
SUBDIR += p5-Object-Signature
|
||||||
|
SUBDIR += p5-Object-Simple
|
||||||
SUBDIR += p5-Object-Tiny
|
SUBDIR += p5-Object-Tiny
|
||||||
SUBDIR += p5-Olson-Abbreviations
|
SUBDIR += p5-Olson-Abbreviations
|
||||||
SUBDIR += p5-P4
|
SUBDIR += p5-P4
|
||||||
|
|
23
devel/p5-Object-Simple/Makefile
Normal file
23
devel/p5-Object-Simple/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# New ports collection makefile for: Object-Simple
|
||||||
|
# Date created: 27 December 2009
|
||||||
|
# Whom: Andrey Kostenko <andrey@kostenko.name>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Object-Simple
|
||||||
|
PORTVERSION= 2.0803
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= andrey@kostenko.name
|
||||||
|
COMMENT= Simple class builder
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-Scalar-List-Utils>=1.14:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= YES
|
||||||
|
MAN3= Object::Simple.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/p5-Object-Simple/distinfo
Normal file
3
devel/p5-Object-Simple/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (Object-Simple-2.0803.tar.gz) = ae872f8b642f6ae85083a46ce1ecbdc8
|
||||||
|
SHA256 (Object-Simple-2.0803.tar.gz) = 2a90e46bd96c0e9d0e1a99dee3a0455240862fc5a6280e1121d4ebc013f8c615
|
||||||
|
SIZE (Object-Simple-2.0803.tar.gz) = 29296
|
3
devel/p5-Object-Simple/pkg-descr
Normal file
3
devel/p5-Object-Simple/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Simple class builder
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Object-Simple
|
6
devel/p5-Object-Simple/pkg-plist
Normal file
6
devel/p5-Object-Simple/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
%%SITE_PERL%%/Object/Simple.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Simple/.packlist
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Simple
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
|
||||||
|
@dirrmtry %%SITE_PERL%%/Object
|
Loading…
Add table
Reference in a new issue