aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-GOST/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-20 15:50:08 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-20 15:50:08 +0000
commit7a9dfa805e663a3b205b310043c5ebb6af2f08e5 (patch)
tree7c357e03a747622e3884c0b749c77c35791b8328 /security/p5-Crypt-GOST/Makefile
parent56e4435428061a8cab24423a5a95b2231fcb4337 (diff)
Notes
Diffstat (limited to 'security/p5-Crypt-GOST/Makefile')
-rw-r--r--security/p5-Crypt-GOST/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/p5-Crypt-GOST/Makefile b/security/p5-Crypt-GOST/Makefile
new file mode 100644
index 000000000000..c1eb0f9141e2
--- /dev/null
+++ b/security/p5-Crypt-GOST/Makefile
@@ -0,0 +1,24 @@
+# New ports collection Makefile for: p5-Crypt-GOST
+# Date created: 20 Dec 2006
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= Crypt-GOST
+PORTVERSION= 1.00
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gkovesdan@t-hosting.hu
+COMMENT= Perl extension for GOST Encryption Algorithm
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::GOST.3
+
+.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} <= 500503
+IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
+.endif
+.include <bsd.port.post.mk>