aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-LE/Makefile
blob: 352a8107523ccd6d8e15ade73f4229b06a9f5e5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   Crypt-LE
PORTVERSION=    0.17
PORTREVISION=   1
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= pi@FreeBSD.org
COMMENT=    Let's Encrypt API interfacing module

LICENSE=    ART20

RUN_DEPENDS=    p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10

USES=       perl5
USE_PERL5=  configure
NO_ARCH=    yes

.include <bsd.port.mk>