# Created by: Gabor Kovesdan # $FreeBSD: head/security/p5-Crypt-GOST/Makefile 371526 2014-10-26 21:04:21Z swills $ PORTNAME= Crypt-GOST PORTVERSION= 1.00 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for GOST Encryption Algorithm USES= perl5 USE_PERL5= configure .include .if ${PERL_VER} >= 5.18 BROKEN= Does not build with Perl 5.18 or above .endif .include