aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Imail
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-20 15:51:51 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-20 15:51:51 +0000
commitc458b72e33218bd9f01e571a27adcaa8364de78a (patch)
tree7ebe064ce448ac09b394290b6d26d2a0d9afcfd4 /security/p5-Crypt-Imail
parent6e9eb278e010ca2097ec67b81529f36ff974f7a6 (diff)
downloadports-c458b72e33218bd9f01e571a27adcaa8364de78a.tar.gz
ports-c458b72e33218bd9f01e571a27adcaa8364de78a.zip
Notes
Diffstat (limited to 'security/p5-Crypt-Imail')
-rw-r--r--security/p5-Crypt-Imail/Makefile26
-rw-r--r--security/p5-Crypt-Imail/distinfo3
-rw-r--r--security/p5-Crypt-Imail/pkg-descr4
-rw-r--r--security/p5-Crypt-Imail/pkg-plist5
4 files changed, 38 insertions, 0 deletions
diff --git a/security/p5-Crypt-Imail/Makefile b/security/p5-Crypt-Imail/Makefile
new file mode 100644
index 000000000000..04cf9d5b2917
--- /dev/null
+++ b/security/p5-Crypt-Imail/Makefile
@@ -0,0 +1,26 @@
+# New ports collection Makefile for: p5-Crypt-Imail
+# Date created: 20 Dec 2006
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= Crypt-Imail
+PORTVERSION= 0.01
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gkovesdan@t-hosting.hu
+COMMENT= Perl extension to encrypt and decrypt Imail passwords
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::Imail.3
+
+WRKSRC= ${WRKDIR}/Imail
+
+.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} <= 500503
+IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
+.endif
+.include <bsd.port.post.mk>
diff --git a/security/p5-Crypt-Imail/distinfo b/security/p5-Crypt-Imail/distinfo
new file mode 100644
index 000000000000..21d4398b126a
--- /dev/null
+++ b/security/p5-Crypt-Imail/distinfo
@@ -0,0 +1,3 @@
+MD5 (Crypt-Imail-0.01.tar.gz) = b1b7b5f84cdbb5c04322e9529a3ad30a
+SHA256 (Crypt-Imail-0.01.tar.gz) = 5f5940bbf8e1b86d3cbb1ed7c3dc2f381820602c7a4627a74db570e06e0d135e
+SIZE (Crypt-Imail-0.01.tar.gz) = 2821
diff --git a/security/p5-Crypt-Imail/pkg-descr b/security/p5-Crypt-Imail/pkg-descr
new file mode 100644
index 000000000000..cd94809602a4
--- /dev/null
+++ b/security/p5-Crypt-Imail/pkg-descr
@@ -0,0 +1,4 @@
+This package is used to encrypt and decrypt passwords generated by IMail.
+See: http://www.ipswitch.com/products/imail_server/
+
+WWW: http://search.cpan.org/dist/Crypt-Imail
diff --git a/security/p5-Crypt-Imail/pkg-plist b/security/p5-Crypt-Imail/pkg-plist
new file mode 100644
index 000000000000..65416fb3b748
--- /dev/null
+++ b/security/p5-Crypt-Imail/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Crypt/Imail.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Imail/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Imail/
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true