aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-Simple/Makefile
blob: 9eedbfbf4477dbe311451109db243041d8aa83dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	Crypt-Simple
PORTVERSION=	0.06
PORTREVISION=	4
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	avk@vl.ru
COMMENT=	Perl encrypt stuff simply
WWW=		https://metacpan.org/release/Crypt-Simple

LICENSE=	GPLv2+

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Crypt-Blowfish>=0:security/p5-Crypt-Blowfish \
		p5-FreezeThaw>=0:devel/p5-FreezeThaw

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>