aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Convert-PEM/Makefile
blob: ae510cb1d11ad675f35f12f38782608b64eb673e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Michael Haro <mharo@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Convert-PEM
PORTVERSION=    0.08
PORTREVISION=   1
CATEGORIES= converters perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Read/write access to ASN.1-encoded PEM files with optional encryption

RUN_DEPENDS=    p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
        p5-Convert-ASN1>=0.10:${PORTSDIR}/converters/p5-Convert-ASN1 \
        p5-Crypt-DES_EDE3>=0:${PORTSDIR}/security/p5-Crypt-DES_EDE3
BUILD_DEPENDS:= ${RUN_DEPENDS}

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>