15 lines
262 B
Makefile
15 lines
262 B
Makefile
# $OpenBSD: Makefile,v 1.29 2020/07/03 21:44:31 sthen Exp $
|
|
|
|
COMMENT= module to encode and decode ASN.1 data structures
|
|
|
|
DISTNAME= Convert-ASN1-0.27
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
REVISION= 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|