summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Box1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Mail-Box1/Makefile')
-rw-r--r--mail/p5-Mail-Box1/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/mail/p5-Mail-Box1/Makefile b/mail/p5-Mail-Box1/Makefile
deleted file mode 100644
index 4c886ca6355c..000000000000
--- a/mail/p5-Mail-Box1/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: Mail-Box
-# Date created: Wed Jan 3 12:54:59 2001
-# Whom: will
-#
-# $FreeBSD$
-#
-
-PORTNAME= Mail-Box
-PORTVERSION= 1.323
-CATEGORIES= mail perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Mail
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= tobez@FreeBSD.org
-
-BUILD_DEPENDS= ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \
- ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \
- ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
-PERL_CONFIGURE= yes
-
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Mail::Box.3 \
- Mail::Box::Index.3 \
- Mail::Box::Locker.3 \
- Mail::Box::MH.3 \
- Mail::Box::MH::Message.3 \
- Mail::Box::Manager.3 \
- Mail::Box::Mbox.3 \
- Mail::Box::Mbox::Message.3 \
- Mail::Box::Message.3 \
- Mail::Box::Threads.3 \
- Mail::Box::Tie.3 \
- Mail::Box::Tie::ARRAY.3 \
- Mail::Box::Tie::HASH.3 \
- Mail::Message.3
-
-post-patch:
- ${PERL} -pi -e 's/^our\s+([\$$\@]\w+)/use vars qw($$1);$$1/' \
- ${WRKSRC}/Message.pm
-
-.include <bsd.port.mk>