- New port mail/p5-Email-FolderType: Determine the type of a

mail folder.

Provides a utility subroutine for detecting the type of a given
mail folder.

PR:		56232
Submitted by:	Lars Thegler <lars@thegler.dk>
This commit is contained in:
Kirill Ponomarev 2003-08-31 13:03:03 +00:00
parent 5aadeba36f
commit 26fc57a5c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88196
5 changed files with 35 additions and 0 deletions

View File

@ -175,6 +175,7 @@
SUBDIR += offlineimap
SUBDIR += openwebmail
SUBDIR += p5-Email-Find
SUBDIR += p5-Email-FolderType
SUBDIR += p5-Email-Simple
SUBDIR += p5-Email-Valid
SUBDIR += p5-Email-Valid-Loose

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Email-FolderType
# Date created: August 31 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= Email-FolderType
PORTVERSION= 0.6
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Email
PKGNAMEPREFIX= p5-
MAINTAINER= lars@thegler.dk
COMMENT= Determine the type of a mail folder
PERL_CONFIGURE= yes
MAN3= Email::FolderType.3
test:
cd ${WRKSRC} ; make test
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Email-FolderType-0.6.tar.gz) = 54a74b1fd8f5bfedabc82808c1fa7502

View File

@ -0,0 +1,3 @@
Provides a utility subroutine for detecting the type of a given mail folder.
WWW: http://search.cpan.org/dist/Email-FolderType

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Email/FolderType.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/FolderType/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/FolderType
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true