head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.29.10.20.00;	author az;	state Exp;
branches;
next	1.8;

1.8
date	2010.06.14.12.56.40;	author ashish;	state Exp;
branches;
next	1.7;

1.7
date	2010.06.08.07.31.54;	author gabor;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.28.08;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2007.03.31.20.33.54;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2006.12.08.13.46.30;	author gabor;	state Exp;
branches;
next	1.3;

1.3
date	2006.09.25.16.04.16;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.30.20.35.05;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.18.22.06.01;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection Makefile for:	p5-Crypt-Lite
# Date created:				18 Dec 2006
# Whom:	      				Gabor Kovesdan
# $FreeBSD: head/security/p5-Crypt-Lite/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	Crypt-Lite
PORTVERSION=	0.82.11
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ashish@@FreeBSD.org
COMMENT=	Perl extension for a symmetric data encryption and decryption

BUILD_DEPENDS=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Crypt::Lite.3

.include <bsd.port.mk>
@


1.9
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.8
log
@- Adopt unmaintained ports.

Approved by:	pgj, tabthorpe (mentors)
@
text
@d15 1
a15 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
@


1.7
log
@- Drop maintainership
@
text
@d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d12 1
a12 1
MAINTAINER=	gabor@@FreeBSD.org
@


1.5
log
@- Remove support for old Perl from my ports
@
text
@d9 1
a9 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.4
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@d23 1
a23 9
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
post-patch:
	${PERL} -pi -e 's/^our\s+([\$$\@@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/lib/Crypt/Lite.pm
	${PERL} -pi -e '$$_="" if m{5.6.1}' ${WRKSRC}/${CONFIGURE_SCRIPT}
.endif

.include <bsd.port.post.mk>
@


1.3
log
@Update to 0.82.11

PR:		103513
Submitted by:	gabor (maintainer)
Based on:	103360 submitted by Gea-Suan Lin <gslin@@gslin.org>
@
text
@d13 1
a13 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.2
log
@- remove IGNORE on old perl
- update dependency
- bump PORTREVISION

Submitted by:	leeym
Approved by:	maintainer via email
@
text
@d7 1
a7 2
PORTVERSION=	0.82.06
PORTREVISION=	1
d17 1
a17 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.1
log
@Sometimes it's necessary to protect some certain data against plain reading
or you intend to send information through the Internet. Another reason might
be to assure users cannot modify their previously entered data in a follow-up
step of a long Web transaction where you don't want to deal with server-side
session data. The goal of Crypt::Lite was to have a pretty simple way to
encrypt and decrypt data without the need to install and compile huge
packages with lots of dependencies.
Crypt::Lite generates every time a different encrypted hash when you
re-encrypt the same data with the same secret string. Nevertheless you
are able to make double or tripple-encryption with any data to increase
the security. Decryption works also on hashes that have been encrypted
on a foreign host (try this with an unpatched IDEA installation ;-).

WWW: http://search.cpan.org/dist/Crypt-Lite

PR:		ports/90614
Submitted by:	Gabor Kovesdan
@
text
@d8 1
d17 3
d25 5
a29 2
.if ${PERL_LEVEL} <= 500503
IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
d31 1
@

