head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.29.18.30.41;	author az;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.37.46;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2009.03.28.01.16.35;	author skreuzer;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.28.09;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2007.06.17.21.27.40;	author itetcu;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.24.09.20.51;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2003.11.04.16.42.44;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Crypt-OFB
# Date created:				Nov 2 2003
# Whom:	      				clsung
#
# $FreeBSD: head/security/p5-Crypt-OFB/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-OFB
PORTVERSION=	0.01
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@@FreeBSD.org
COMMENT=	Encrypt Data using OFB Mode

BUILD_DEPENDS=	p5-Crypt-ECB>=0:${PORTSDIR}/security/p5-Crypt-ECB
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Crypt::OFB.3

.include <bsd.port.mk>
@


1.7
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/Crypt/ECB.pm:${PORTSDIR}/security/p5-Crypt-ECB
@


1.5
log
@Change MAINTAINER on my ports to my FreeBSD email address

Approved by:	wxs (mentor)
@
text
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
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
@d14 1
a14 1
MAINTAINER=	skreuzer@@exit2shell.com
@


1.3
log
@Change of email address, same maintainer.

PR:		ports/113686
Submitted by:	Steven Kreuzer (confirmed from the old email on private)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.2
log
@- Pass maintainership to submitter

PR:		ports/109474
Submitted by:	Steven Kreuzer <skreuzer at f2o.org>
@
text
@d15 1
a15 1
MAINTAINER=	skreuzer@@f2o.org
@


1.1
log
@Add p5-Crypt-OFB 0.01, encrypt Data using OFB Mode.

PR:		58825
Submitted by:	clsung
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@

