summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA-Yandex/Makefile
blob: bb4cbc8bf596f5c70c1358293219479fd69e09b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	Crypt-RSA-Yandex
PORTVERSION=	0.06
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	anes@anes.su
COMMENT=	Perl binding to modified RSA (yamrsa)
WWW=		https://metacpan.org/release/Crypt-RSA-Yandex

USES=	perl5
USE_PERL5=	configure

MAKE_ARGS=	CC="${CXX}"

.include <bsd.port.mk>