head	1.25;
access;
symbols
	RELEASE_8_3_0:1.22
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.20
	RELEASE_8_2_0:1.20
	RELEASE_6_EOL:1.20
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.25
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.24;

1.24
date	2012.06.29.18.35.52;	author az;	state Exp;
branches;
next	1.23;

1.23
date	2012.06.11.01.36.55;	author sahil;	state Exp;
branches;
next	1.22;

1.22
date	2012.03.10.04.11.45;	author sahil;	state Exp;
branches;
next	1.21;

1.21
date	2012.01.21.17.38.03;	author eadler;	state Exp;
branches;
next	1.20;

1.20
date	2010.07.30.01.53.11;	author sahil;	state Exp;
branches;
next	1.19;

1.19
date	2010.07.29.02.58.43;	author sahil;	state Exp;
branches;
next	1.18;

1.18
date	2010.01.23.07.28.07;	author kuriyama;	state Exp;
branches;
next	1.17;

1.17
date	2009.11.15.09.12.56;	author wen;	state Exp;
branches;
next	1.16;

1.16
date	2009.10.30.16.04.23;	author skv;	state Exp;
branches;
next	1.15;

1.15
date	2009.05.17.23.46.12;	author pgollucci;	state Exp;
branches;
next	1.14;

1.14
date	2008.08.30.09.18.51;	author skv;	state Exp;
branches;
next	1.13;

1.13
date	2008.06.06.14.00.59;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2008.05.31.20.43.16;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.17.14.28.22;	author araujo;	state Exp;
branches;
next	1.10;

1.10
date	2007.09.08.01.03.56;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2006.12.08.19.12.13;	author rafan;	state Exp;
branches;
next	1.8;

1.8
date	2006.10.04.13.42.20;	author skv;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.25.07.24.47;	author skv;	state Exp;
branches;
next	1.6;

1.6
date	2005.09.12.13.36.00;	author skv;	state Exp;
branches;
next	1.5;

1.5
date	2005.06.11.16.13.01;	author skv;	state Exp;
branches;
next	1.4;

1.4
date	2005.06.02.10.24.35;	author skv;	state Exp;
branches;
next	1.3;

1.3
date	2005.04.02.15.02.20;	author skv;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.26.16.35.16;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2004.11.05.12.10.52;	author skv;	state Exp;
branches;
next	;


desc
@@


1.25
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Filter-Crypto
# Date created:	   04 November 2004
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/security/p5-Filter-Crypto/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Filter-Crypto
PORTVERSION=	2.00
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sahil@@FreeBSD.org
COMMENT=	Create runnable Perl files encrypted with OpenSSL libcrypto

BUILD_DEPENDS=	p5-PAR-Packer>=0:${PORTSDIR}/devel/p5-PAR-Packer
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
USE_OPENSSL=	yes
CONFIGURE_ARGS=	--prefix-dir=${OPENSSLBASE} --defaults

MAN1=		crypt_file.1
MAN3=		Filter::Crypto.3 Filter::Crypto::CryptFile.3 \
		Filter::Crypto::Decrypt.3 PAR::Filter::Crypto.3

.include <bsd.port.mk>
@


1.24
log
@- Remove SITE_PERL from *_DEPENDS

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


1.23
log
@- Update to 2.00

PR:		ports/168638
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/PAR/Filter.pm:${PORTSDIR}/devel/p5-PAR-Packer
@


1.22
log
@- Update to 1.35

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.35
@


1.21
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
@d9 1
a9 1
PORTVERSION=	1.31
d17 1
a17 2
BUILD_DEPENDS=	${SITE_PERL}/PAR/Filter.pm:${PORTSDIR}/devel/p5-PAR-Packer \
		${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
@


1.20
log
@- Update to 1.31
- Changes: http://search.cpan.org/dist/Filter-Crypto/Changes
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.19
log
@- Update my MAINTAINER address to sahil@@FreeBSD.org
@
text
@d9 1
a9 2
PORTVERSION=	1.30
PORTREVISION=	1
@


1.18
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 3).

Approved by:	portmgr (itetcu)
@
text
@d15 1
a15 1
MAINTAINER=	sahil@@tandon.net
@


1.17
log
@- Update to 1.30
- Pass maintainership to submitter

PR:		ports/140562
Submitted by:	Sahil Tandon <sahil@@tandon.net>
@
text
@d10 1
a18 2
		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
@


1.16
log
@- Update to 1.29 [1]
- Change MAINTAINER to perl@@

PR:		ports/139535 [1]
Submitted by:	Sahil Tandon <sahil xx tandon.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.29
d14 1
a14 1
MAINTAINER=	perl@@FreeBSD.org
@


1.15
log
@- Update to 1.23

Approved by:	maintainer timeout(skv; 3months)
Submitted by:	me
@
text
@d9 1
a9 1
PORTVERSION=	1.23
d14 1
a14 1
MAINTAINER=	skv@@FreeBSD.org
@


1.14
log
@Update to 1.22

Changes:	http://search.cpan.org/src/SHAY/Filter-Crypto-1.22/Changes
@
text
@d9 1
a9 1
PORTVERSION=	1.22
@


1.13
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	1.20
PORTREVISION=	1
@


1.12
log
@- Update to 1.20

PR:		120697
Submitted by:	lippe
Approved by:	maintainer timeout
@
text
@d10 1
@


1.11
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
@d9 1
a9 1
PORTVERSION=	1.18
d17 4
a20 1
BUILD_DEPENDS=	${SITE_PERL}/PAR/Filter.pm:${PORTSDIR}/devel/p5-PAR-Packer
@


1.10
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Filter
@


1.9
log
@- PAR::Filter is moved to PAR::Packer distribution

Noticed by:	pointyhat via kris
Pointy hat to:	rafan
@
text
@d29 1
a29 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
.endif

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


1.8
log
@Update to 1.18

PR:		ports/103668
Submitted by:	Gea-Suan Lin <gslin xx gslin.org>
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/PAR/Filter.pm:${PORTSDIR}/devel/p5-PAR
@


1.7
log
@Update to 1.17

PR:		ports/97815
Submitted by:	Martin Wilke <freebsd xx unixfreunde.de>
@
text
@d9 1
a9 1
PORTVERSION=	1.17
d32 1
a32 1
IGNORE=	Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again.
@


1.6
log
@Update to 1.16
@
text
@d9 1
a9 1
PORTVERSION=	1.16
@


1.5
log
@* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
@
text
@d9 1
a9 1
PORTVERSION=	1.14
@


1.4
log
@Update to 1.14
@
text
@d32 1
a32 1
IGNORE=	"Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again."
@


1.3
log
@Update to 1.13
@
text
@d9 1
a9 1
PORTVERSION=	1.13
@


1.2
log
@Update to 1.10
@
text
@d9 1
a9 1
PORTVERSION=	1.10
@


1.1
log
@Add p5-Filter-Crypto 1.00,
create runnable Perl files encrypted
with OpenSSL libcrypto.
@
text
@d9 1
a9 1
PORTVERSION=	1.00
@

