diff options
Diffstat (limited to 'security/p5-Crypt-RSA-Yandex/Makefile')
-rw-r--r-- | security/p5-Crypt-RSA-Yandex/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/p5-Crypt-RSA-Yandex/Makefile b/security/p5-Crypt-RSA-Yandex/Makefile new file mode 100644 index 000000000000..0f96e74914e6 --- /dev/null +++ b/security/p5-Crypt-RSA-Yandex/Makefile @@ -0,0 +1,18 @@ +# Created by: Anes Mukhametov <anes@anes.su> +# $FreeBSD$ + +PORTNAME= Crypt-RSA-Yandex +PORTVERSION= 0.06 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= anes@anes.su +COMMENT= Perl binding to modified RSA (yamrsa) + +USES= perl5 +USE_PERL5= configure + +MAKE_ARGS= CC=${CXX} + +.include <bsd.port.mk> |