blob: f18aa0893e703c4c9cbe1dc758c21c3ed63c45f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= gabor@FreeBSD.org
COMMENT= Perl extension to encrypt and decrypt Imail passwords
PERL_CONFIGURE= yes
MAN3= Crypt::Imail.3
WRKSRC= ${WRKDIR}/Imail
.include <bsd.port.mk>
|