mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
18 lines
407 B
Makefile
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
|