mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-base 2.01,
set of modules to operate with inheritance and class fields at runtime.
This commit is contained in:
parent
b171e6d269
commit
bcc3b3353b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88171
5 changed files with 38 additions and 0 deletions
|
@ -775,6 +775,7 @@
|
|||
SUBDIR += p5-VCS
|
||||
SUBDIR += p5-VCS-CVS
|
||||
SUBDIR += p5-Want
|
||||
SUBDIR += p5-base
|
||||
SUBDIR += p5-enum
|
||||
SUBDIR += p5-mixin
|
||||
SUBDIR += p5-version
|
||||
|
|
23
devel/p5-base/Makefile
Normal file
23
devel/p5-base/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: base
|
||||
# Date created: 31 August 2003
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= base
|
||||
PORTVERSION= 2.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/M/MS/MSCHWERN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Set of modules to operate with inheritance and class fields at runtime
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= INSTALLDIRS='site'
|
||||
|
||||
MAN3= base.3 fields.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-base/distinfo
Normal file
1
devel/p5-base/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (base-2.01.tar.gz) = 3da05f669210a751eefdfc17558e2d87
|
9
devel/p5-base/pkg-descr
Normal file
9
devel/p5-base/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
Set of modules:
|
||||
|
||||
* base - establish IS-A relationship with base class at compile time
|
||||
* fields - compile-time class fields
|
||||
|
||||
WWW: http://search.cpan.org/dist/base/
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
4
devel/p5-base/pkg-plist
Normal file
4
devel/p5-base/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/base/.packlist
|
||||
%%SITE_PERL%%/base.pm
|
||||
%%SITE_PERL%%/fields.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/base
|
Loading…
Add table
Reference in a new issue