diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-20 23:51:51 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-20 23:51:51 +0800 |
commit | 6b4d15ca7cc56271639a1f140aa1342f93b93a4f (patch) | |
tree | 5386e2aa3052524e50f43fe502e6f9d2caa2b785 /security/p5-Crypt-Imail | |
parent | 4f59d97d25d706746c0cb604f033e438ec53a667 (diff) | |
download | freebsd-ports-gnome-6b4d15ca7cc56271639a1f140aa1342f93b93a4f.tar.gz freebsd-ports-gnome-6b4d15ca7cc56271639a1f140aa1342f93b93a4f.tar.zst freebsd-ports-gnome-6b4d15ca7cc56271639a1f140aa1342f93b93a4f.zip |
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
PR: ports/90686
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/p5-Crypt-Imail')
-rw-r--r-- | security/p5-Crypt-Imail/Makefile | 26 | ||||
-rw-r--r-- | security/p5-Crypt-Imail/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-Imail/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Imail/pkg-plist | 5 |
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 |