mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
perl module for a folder-independant interface to email folders.
This commit is contained in:
parent
1a86f77bd5
commit
4750d136d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4141
34
mail/p5-Mail-Folder/Makefile
Normal file
34
mail/p5-Mail-Folder/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: p5-Mail-Folder
|
||||
# Version required: 0.03
|
||||
# Date created: October 24th 1996
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1996/10/24 09:58:34 jfitz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MailFolder-0.03
|
||||
PKGNAME= p5-Mail-Folder-0.03
|
||||
CATEGORIES+= mail
|
||||
MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Mail/ \
|
||||
ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Mail/ \
|
||||
ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Mail/ \
|
||||
ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Mail/ \
|
||||
ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Mail/ \
|
||||
ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Mail/
|
||||
|
||||
MAINTAINER= jfitz@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
|
||||
RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
post-install:
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
@ for file in Mail::Folder Mail::Folder::Emaul Mail::Folder::Mbox; do \
|
||||
gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \
|
||||
done
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/p5-Mail-Folder/distinfo
Normal file
1
mail/p5-Mail-Folder/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (MailFolder-0.03.tar.gz) = 0130332de2481d188f84d0595a554bcc
|
1
mail/p5-Mail-Folder/pkg-comment
Normal file
1
mail/p5-Mail-Folder/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
perl module for a folder-independant interface to email folders.
|
15
mail/p5-Mail-Folder/pkg-descr
Normal file
15
mail/p5-Mail-Folder/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
WARNING: This code is in alpha release. Expect the interface to
|
||||
change
|
||||
|
||||
SYNOPSIS
|
||||
|
||||
use Mail::Folder;
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
This base class, and it's subclasses provide an object- oriented interface
|
||||
to email folders independant of the underlying folder implementation. There
|
||||
are currently two folder interfaces provided with this package:
|
||||
|
||||
Mail::Folder::Emaul
|
||||
Mail::Folder::Mbox
|
8
mail/p5-Mail-Folder/pkg-plist
Normal file
8
mail/p5-Mail-Folder/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
lib/perl5/man/man3/Mail::Folder.3.gz
|
||||
lib/perl5/man/man3/Mail::Folder::Emaul.3.gz
|
||||
lib/perl5/man/man3/Mail::Folder::Mbox.3.gz
|
||||
lib/perl5/site_perl/Mail/Folder.pm
|
||||
lib/perl5/site_perl/Mail/Folder/Emaul.pm
|
||||
lib/perl5/site_perl/Mail/Folder/Mbox.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Mail/.packlist
|
||||
@dirrm lib/perl5/site_perl/Mail/Folder
|
Loading…
Reference in New Issue
Block a user