14 lines
200 B
Makefile
14 lines
200 B
Makefile
COMMENT = module to encode and decode ASN.1 data structures
|
|
|
|
DISTNAME = Convert-ASN1-0.33
|
|
|
|
CATEGORIES = converters
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|