aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Fast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-MIME-Fast/Makefile')
-rw-r--r--mail/p5-MIME-Fast/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile
deleted file mode 100644
index cd4aa9a97f65..000000000000
--- a/mail/p5-MIME-Fast/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Created by: Sergey Skvortsov <skv@protey.ru>
-
-PORTNAME= MIME-Fast
-PORTVERSION= 1.6
-PORTREVISION= 8
-CATEGORIES= mail perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= Create, edit, and parse MIME messages (via gmime2 C library)
-
-LIB_DEPENDS= libgmime-2.0.so:mail/gmime2
-
-USES= perl5
-USE_PERL5= configure
-CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS}"
-
-.include <bsd.port.mk>