Files
bsdports/perl/p5-Convert-ASN1/Makefile
2019-12-26 07:26:06 +00:00

18 lines
407 B
Makefile

# Created by: Marc Fournier <scrappy@FreeBSD.org>
# $FreeBSD: head/converters/p5-Convert-ASN1/Makefile 381151 2015-03-12 23:00:02Z adamw $
PORTNAME= Convert-ASN1
PORTVERSION= 0.27
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to encode and decode ASN.1 data structures
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF