opnsense-ports/security/p5-Crypt-LE/Makefile
Franco Fichtner 2da515ee75 */*: sync with upstream
Taken from: FreeBSD
2016-06-29 07:16:19 +02:00

21 lines
351 B
Makefile

# $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>