Add p5-Class-Tom 3.02, a perl module to transport objects from one system to
another.
This commit is contained in:
parent
6e7bc489ad
commit
4595cbf468
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36561
6 changed files with 47 additions and 0 deletions
|
@ -213,6 +213,7 @@
|
|||
SUBDIR += p5-C-Scan
|
||||
SUBDIR += p5-Class-MethodMaker
|
||||
SUBDIR += p5-ConfigReader
|
||||
SUBDIR += p5-Class-Tom
|
||||
SUBDIR += p5-Config-IniFiles
|
||||
SUBDIR += p5-Curses
|
||||
SUBDIR += p5-Data-Flow
|
||||
|
|
29
devel/p5-Class-Tom/Makefile
Normal file
29
devel/p5-Class-Tom/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: Class::Tom
|
||||
# Date created: 04 Nov 2000
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-Tom
|
||||
PORTVERSION= 3.02
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \
|
||||
${SITE_PERL}/${PERL_ARCH}/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
||||
|
||||
SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/
|
||||
USE_PERL5= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
||||
CC="${CC}" CCFLAGS="${CFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Class-Tom/distinfo
Normal file
1
devel/p5-Class-Tom/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Class-Tom-3.02.tar.gz) = aca8186d708b94786bb4cdf2757c94e5
|
1
devel/p5-Class-Tom/pkg-comment
Normal file
1
devel/p5-Class-Tom/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A perl module to transport objects from one system to another
|
7
devel/p5-Class-Tom/pkg-descr
Normal file
7
devel/p5-Class-Tom/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Class::Tom is a perl module that allows you to transport objects from
|
||||
one system to another without requiring that the packages the object
|
||||
relies on actually exist on the other machine.
|
||||
|
||||
Author: James A. Duncan <j@mesduncan.co.uk>
|
||||
|
||||
--will
|
8
devel/p5-Class-Tom/pkg-plist
Normal file
8
devel/p5-Class-Tom/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Class/Tom/Encode.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Class/Tom/Encode/Base64.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Class/Tom/Code.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Class/Tom.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Class/Tom/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Class/Tom/Encode
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Class/Tom
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Class
|
Loading…
Reference in a new issue