aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-URI-imaps
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-12-30 22:43:55 +0000
committerLars Thegler <lth@FreeBSD.org>2004-12-30 22:43:55 +0000
commit296806862efca30997a2032b91f4bc1d7b7d6974 (patch)
tree3715f5f3f06231c52a616ae4bfc8236c335a213c /mail/p5-URI-imaps
parent91fa3383731863bbc44e0d6a60fa1b4982c0ce0f (diff)
downloadports-296806862efca30997a2032b91f4bc1d7b7d6974.tar.gz
ports-296806862efca30997a2032b91f4bc1d7b7d6974.zip
Add p5-URI-imaps 1.01, support IMAPS URI.
Notes
Notes: svn path=/head/; revision=125570
Diffstat (limited to 'mail/p5-URI-imaps')
-rw-r--r--mail/p5-URI-imaps/Makefile25
-rw-r--r--mail/p5-URI-imaps/distinfo2
-rw-r--r--mail/p5-URI-imaps/pkg-descr3
-rw-r--r--mail/p5-URI-imaps/pkg-plist5
4 files changed, 35 insertions, 0 deletions
diff --git a/mail/p5-URI-imaps/Makefile b/mail/p5-URI-imaps/Makefile
new file mode 100644
index 000000000000..c6df028766bf
--- /dev/null
+++ b/mail/p5-URI-imaps/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: mail/p5-URI-imaps
+# Date created: 30 December 2004
+# Whom: Lars Thegler <lth@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= URI-imaps
+PORTVERSION= 1.01
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= URI
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lth@FreeBSD.org
+COMMENT= Support IMAPS URI
+
+BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= URI::imaps.3
+
+.include <bsd.port.mk>
diff --git a/mail/p5-URI-imaps/distinfo b/mail/p5-URI-imaps/distinfo
new file mode 100644
index 000000000000..a942152f16ac
--- /dev/null
+++ b/mail/p5-URI-imaps/distinfo
@@ -0,0 +1,2 @@
+MD5 (URI-imaps-1.01.tar.gz) = 0fdb2371e9f64ea7acbe385ca8d8a708
+SIZE (URI-imaps-1.01.tar.gz) = 1311
diff --git a/mail/p5-URI-imaps/pkg-descr b/mail/p5-URI-imaps/pkg-descr
new file mode 100644
index 000000000000..f18235e7bc51
--- /dev/null
+++ b/mail/p5-URI-imaps/pkg-descr
@@ -0,0 +1,3 @@
+Support IMAPS schemas with URI.
+
+WWW: http://search.cpan.org/dist/URI-imaps
diff --git a/mail/p5-URI-imaps/pkg-plist b/mail/p5-URI-imaps/pkg-plist
new file mode 100644
index 000000000000..35c4bd09cc56
--- /dev/null
+++ b/mail/p5-URI-imaps/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/URI/imaps.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/imaps/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/imaps
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/URI 2>/dev/null || true