Index: head/security/p5-Crypt-Ctr/Makefile =================================================================== --- head/security/p5-Crypt-Ctr/Makefile (revision 152443) +++ head/security/p5-Crypt-Ctr/Makefile (revision 152444) @@ -1,24 +1,24 @@ # New ports collection Makefile for: p5-Crypt-Ctr # Date created: 18 Dec 2006 # Whom: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Ctr PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Perl extension for encrypting data in Counter Mode +BUILD_DEPENDS= ${SITE_PERL}/Crypt/CFB.pm:${PORTSDIR}/security/p5-Crypt-CFB +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Crypt::Ctr.3 -.include -.if ${PERL_LEVEL} <= 500503 -IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again -.endif -.include +.include Property changes on: head/security/p5-Crypt-Ctr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/p5-Crypt-Lite/Makefile =================================================================== --- head/security/p5-Crypt-Lite/Makefile (revision 152443) +++ head/security/p5-Crypt-Lite/Makefile (revision 152444) @@ -1,24 +1,32 @@ # New ports collection Makefile for: p5-Crypt-Lite # Date created: 18 Dec 2006 # Whom: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Lite PORTVERSION= 0.82.06 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Perl extension for a symmetric data encryption and decryption +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Crypt::Lite.3 .include -.if ${PERL_LEVEL} <= 500503 -IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again + +.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 Property changes on: head/security/p5-Crypt-Lite/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/p5-Crypt-SKey/Makefile =================================================================== --- head/security/p5-Crypt-SKey/Makefile (revision 152443) +++ head/security/p5-Crypt-SKey/Makefile (revision 152444) @@ -1,24 +1,26 @@ # New ports collection Makefile for: p5-Crypt-SKey # Date created: 20 Dec 2006 # Whom: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-SKey PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Perl S/Key calculator +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD4.pm:${PORTSDIR}/security/p5-Digest-MD4 \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Crypt::SKey.3 -.include -.if ${PERL_LEVEL} <= 500503 -IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again -.endif -.include +.include Property changes on: head/security/p5-Crypt-SKey/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property