19 lines
387 B
Makefile
19 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.14 2019/07/12 20:43:50 sthen Exp $
|
|
|
|
COMMENT= read/write access to ASN.1-encoded PEM files
|
|
|
|
DISTNAME= Convert-PEM-0.08
|
|
CATEGORIES= converters security
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= converters/p5-Convert-ASN1 \
|
|
devel/p5-Class-ErrorHandler \
|
|
security/p5-Crypt-DES-EDE3
|
|
|
|
.include <bsd.port.mk>
|